Uses of Class
com.adyen.model.transfers.AmountAdjustment.AmountAdjustmentTypeEnum
-
Packages that use AmountAdjustment.AmountAdjustmentTypeEnum Package Description com.adyen.model.transfers -
-
Uses of AmountAdjustment.AmountAdjustmentTypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return AmountAdjustment.AmountAdjustmentTypeEnum Modifier and Type Method Description static AmountAdjustment.AmountAdjustmentTypeEnumAmountAdjustment.AmountAdjustmentTypeEnum. fromValue(String value)AmountAdjustment.AmountAdjustmentTypeEnumAmountAdjustment. getAmountAdjustmentType()The type of markup that is applied to an authorised payment.static AmountAdjustment.AmountAdjustmentTypeEnumAmountAdjustment.AmountAdjustmentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AmountAdjustment.AmountAdjustmentTypeEnum[]AmountAdjustment.AmountAdjustmentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transfers with parameters of type AmountAdjustment.AmountAdjustmentTypeEnum Modifier and Type Method Description AmountAdjustmentAmountAdjustment. amountAdjustmentType(AmountAdjustment.AmountAdjustmentTypeEnum amountAdjustmentType)voidAmountAdjustment. setAmountAdjustmentType(AmountAdjustment.AmountAdjustmentTypeEnum amountAdjustmentType)The type of markup that is applied to an authorised payment.
-