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