Uses of Class
com.adyen.model.management.MinorUnitsMonetaryValue
-
Packages that use MinorUnitsMonetaryValue Package Description com.adyen.model.management -
-
Uses of MinorUnitsMonetaryValue in com.adyen.model.management
Methods in com.adyen.model.management that return MinorUnitsMonetaryValue Modifier and Type Method Description MinorUnitsMonetaryValueMinorUnitsMonetaryValue. amount(Integer amount)The transaction amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).MinorUnitsMonetaryValueMinorUnitsMonetaryValue. currencyCode(String currencyCode)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).static MinorUnitsMonetaryValueMinorUnitsMonetaryValue. fromJson(String jsonString)Create an instance of MinorUnitsMonetaryValue given an JSON stringMinorUnitsMonetaryValueMinorUnitsMonetaryValue. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management that return types with arguments of type MinorUnitsMonetaryValue Modifier and Type Method Description List<MinorUnitsMonetaryValue>StoreAndForward. getMaxAmount()The maximum amount that the terminal accepts for a single store-and-forward payment.Methods in com.adyen.model.management with parameters of type MinorUnitsMonetaryValue Modifier and Type Method Description StoreAndForwardStoreAndForward. addMaxAmountItem(MinorUnitsMonetaryValue maxAmountItem)Method parameters in com.adyen.model.management with type arguments of type MinorUnitsMonetaryValue Modifier and Type Method Description StoreAndForwardStoreAndForward. maxAmount(List<MinorUnitsMonetaryValue> maxAmount)The maximum amount that the terminal accepts for a single store-and-forward payment.voidStoreAndForward. setMaxAmount(List<MinorUnitsMonetaryValue> maxAmount)The maximum amount that the terminal accepts for a single store-and-forward payment.
-