Uses of Class
com.adyen.model.relayedauthorizationwebhooks.AmountAdjustment
-
Packages that use AmountAdjustment Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of AmountAdjustment in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks 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.AmountAdjustmentAmountAdjustment. fixedAmount(Amount fixedAmount)fixedAmountAmountAdjustmentAmountAdjustment. floorAmount(Amount floorAmount)floorAmountstatic AmountAdjustmentAmountAdjustment. fromJson(String jsonString)Create an instance of AmountAdjustment given an JSON stringAmountAdjustmentAmountAdjustment. limitAmount(Amount limitAmount)limitAmountMethods in com.adyen.model.relayedauthorizationwebhooks that return types with arguments of type AmountAdjustment Modifier and Type Method Description List<AmountAdjustment>RelayedAuthorisationRequest. getAmountAdjustments()The amount adjustments in the transaction.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type AmountAdjustment Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. addAmountAdjustmentsItem(AmountAdjustment amountAdjustmentsItem)Method parameters in com.adyen.model.relayedauthorizationwebhooks with type arguments of type AmountAdjustment Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. amountAdjustments(List<AmountAdjustment> amountAdjustments)The amount adjustments in the transaction.voidRelayedAuthorisationRequest. setAmountAdjustments(List<AmountAdjustment> amountAdjustments)The amount adjustments in the transaction.
-