Uses of Class
com.adyen.model.transferwebhooks.AmountAdjustment.AmountAdjustmentTypeEnum
-
Packages that use AmountAdjustment.AmountAdjustmentTypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of AmountAdjustment.AmountAdjustmentTypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.AmountAdjustment.AmountAdjustmentTypeEnumAmountAdjustment.AmountAdjustmentTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.transferwebhooks with parameters of type AmountAdjustment.AmountAdjustmentTypeEnum Modifier and Type Method Description AmountAdjustmentAmountAdjustment. amountAdjustmentType(AmountAdjustment.AmountAdjustmentTypeEnum amountAdjustmentType)voidAmountAdjustment. setAmountAdjustmentType(AmountAdjustment.AmountAdjustmentTypeEnum amountAdjustmentType)voidAmountAdjustment.AmountAdjustmentTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AmountAdjustment.AmountAdjustmentTypeEnum enumeration)
-