Uses of Class
com.adyen.model.checkout.StoredDetails
-
Packages that use StoredDetails Package Description com.adyen.model.checkout -
-
Uses of StoredDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return StoredDetails Modifier and Type Method Description StoredDetailsStoredDetails. bank(BankAccount bank)StoredDetailsStoredDetails. card(Card card)StoredDetailsStoredDetails. emailAddress(String emailAddress)StoredDetailsRecurringDetail. getStoredDetails()Get storedDetailsMethods in com.adyen.model.checkout with parameters of type StoredDetails Modifier and Type Method Description voidRecurringDetail. setStoredDetails(StoredDetails storedDetails)RecurringDetailRecurringDetail. storedDetails(StoredDetails storedDetails)
-