Uses of Class
com.adyen.model.transfers.AmountAdjustment
-
Packages that use AmountAdjustment Package Description com.adyen.model.transfers -
-
Uses of AmountAdjustment in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers 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.transfers with parameters of type AmountAdjustment Modifier and Type Method Description TransferEventTransferEvent. addAmountAdjustmentsItem(AmountAdjustment amountAdjustmentsItem)Method parameters in com.adyen.model.transfers 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.
-