Uses of Class
com.adyen.model.checkout.AlmaDetails.FeeTypeEnum
-
Packages that use AlmaDetails.FeeTypeEnum Package Description com.adyen.model.checkout -
-
Uses of AlmaDetails.FeeTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AlmaDetails.FeeTypeEnum Modifier and Type Method Description static AlmaDetails.FeeTypeEnumAlmaDetails.FeeTypeEnum. fromValue(String value)AlmaDetails.FeeTypeEnumAlmaDetails. getFeeType()**Alma payment request fee type**static AlmaDetails.FeeTypeEnumAlmaDetails.FeeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AlmaDetails.FeeTypeEnum[]AlmaDetails.FeeTypeEnum. 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 AlmaDetails.FeeTypeEnum Modifier and Type Method Description AlmaDetailsAlmaDetails. feeType(AlmaDetails.FeeTypeEnum feeType)**Alma payment request fee type**voidAlmaDetails. setFeeType(AlmaDetails.FeeTypeEnum feeType)**Alma payment request fee type**
-