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