Uses of Class
com.adyen.model.checkout.EftDetails
-
Packages that use EftDetails Package Description com.adyen.model.checkout -
-
Uses of EftDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return EftDetails Modifier and Type Method Description EftDetailsEftDetails. bankAccountNumber(String bankAccountNumber)EftDetailsEftDetails. bankCode(String bankCode)EftDetailsEftDetails. bankLocationId(String bankLocationId)EftDetailsEftDetails. checkoutAttemptId(String checkoutAttemptId)static EftDetailsEftDetails. fromJson(String jsonString)Create an instance of EftDetails given an JSON stringEftDetailsCheckoutPaymentMethod. getEftDetails()Get the actual instance of `EftDetails`.EftDetailsEftDetails. ownerName(String ownerName)EftDetailsEftDetails. recurringDetailReference(String recurringDetailReference)Deprecated.EftDetailsEftDetails. storedPaymentMethodId(String storedPaymentMethodId)EftDetailsEftDetails. type(EftDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type EftDetails Constructor Description CheckoutPaymentMethod(EftDetails o)
-