Uses of Class
com.adyen.model.transferwebhooks.AmountAdjustment
-
Packages that use AmountAdjustment Package Description com.adyen.model.transferwebhooks -
-
Uses of AmountAdjustment in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return AmountAdjustment Modifier and Type Method Description AmountAdjustmentAmountAdjustment. amount(Amount amount)amountAmountAdjustmentAmountAdjustment. amountAdjustmentType(AmountAdjustment.AmountAdjustmentTypeEnum amountAdjustmentType)The type of markup that is applied to an authorised payment.AmountAdjustmentAmountAdjustment. basepoints(Integer basepoints)The basepoints associated with the applied markup.static AmountAdjustmentAmountAdjustment. fromJson(String jsonString)Create an instance of AmountAdjustment given an JSON stringMethods in com.adyen.model.transferwebhooks that return types with arguments of type AmountAdjustment Modifier and Type Method Description List<AmountAdjustment>TransferEvent. getAmountAdjustments()The amount adjustments in this transfer.Methods in com.adyen.model.transferwebhooks with parameters of type AmountAdjustment Modifier and Type Method Description TransferEventTransferEvent. addAmountAdjustmentsItem(AmountAdjustment amountAdjustmentsItem)Method parameters in com.adyen.model.transferwebhooks with type arguments of type AmountAdjustment Modifier and Type Method Description TransferEventTransferEvent. amountAdjustments(List<AmountAdjustment> amountAdjustments)The amount adjustments in this transfer.voidTransferEvent. setAmountAdjustments(List<AmountAdjustment> amountAdjustments)The amount adjustments in this transfer.
-