Uses of Class
com.adyen.model.checkout.AchDetails
-
Packages that use AchDetails Package Description com.adyen.model.checkout -
-
Uses of AchDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AchDetails Modifier and Type Method Description AchDetailsAchDetails. bankAccountNumber(String bankAccountNumber)AchDetailsAchDetails. bankAccountType(AchDetails.BankAccountTypeEnum bankAccountType)AchDetailsAchDetails. bankLocationId(String bankLocationId)AchDetailsAchDetails. checkoutAttemptId(String checkoutAttemptId)AchDetailsAchDetails. encryptedBankAccountNumber(String encryptedBankAccountNumber)AchDetailsAchDetails. encryptedBankLocationId(String encryptedBankLocationId)static AchDetailsAchDetails. fromJson(String jsonString)Create an instance of AchDetails given an JSON stringAchDetailsCheckoutPaymentMethod. getAchDetails()Get the actual instance of `AchDetails`.AchDetailsAchDetails. ownerName(String ownerName)AchDetailsAchDetails. recurringDetailReference(String recurringDetailReference)Deprecated.AchDetailsAchDetails. storedPaymentMethodId(String storedPaymentMethodId)AchDetailsAchDetails. type(AchDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type AchDetails Constructor Description CheckoutPaymentMethod(AchDetails o)
-