Uses of Class
com.adyen.model.checkout.CheckoutBankTransferAction.TypeEnum
-
Packages that use CheckoutBankTransferAction.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of CheckoutBankTransferAction.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutBankTransferAction.TypeEnum Modifier and Type Method Description static CheckoutBankTransferAction.TypeEnumCheckoutBankTransferAction.TypeEnum. fromValue(String value)CheckoutBankTransferAction.TypeEnumCheckoutBankTransferAction. getType()The type of the action.static CheckoutBankTransferAction.TypeEnumCheckoutBankTransferAction.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutBankTransferAction.TypeEnum[]CheckoutBankTransferAction.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 CheckoutBankTransferAction.TypeEnum Modifier and Type Method Description voidCheckoutBankTransferAction. setType(CheckoutBankTransferAction.TypeEnum type)The type of the action.CheckoutBankTransferActionCheckoutBankTransferAction. type(CheckoutBankTransferAction.TypeEnum type)The type of the action.
-