Uses of Class
com.adyen.model.checkout.BacsDirectDebitDetails.TypeEnum
-
Packages that use BacsDirectDebitDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of BacsDirectDebitDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BacsDirectDebitDetails.TypeEnum Modifier and Type Method Description static BacsDirectDebitDetails.TypeEnumBacsDirectDebitDetails.TypeEnum. fromValue(String value)BacsDirectDebitDetails.TypeEnumBacsDirectDebitDetails. getType()**directdebit_GB**static BacsDirectDebitDetails.TypeEnumBacsDirectDebitDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BacsDirectDebitDetails.TypeEnum[]BacsDirectDebitDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type BacsDirectDebitDetails.TypeEnum Modifier and Type Method Description voidBacsDirectDebitDetails. setType(BacsDirectDebitDetails.TypeEnum type)**directdebit_GB**BacsDirectDebitDetailsBacsDirectDebitDetails. type(BacsDirectDebitDetails.TypeEnum type)**directdebit_GB**
-