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 stringMethods 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.List<MinorUnitsMonetaryValue>OfflineProcessing. getOfflineSwipeLimits()The maximum offline transaction amount for swiped cards, in the specified currency.Methods in com.adyen.model.management with parameters of type MinorUnitsMonetaryValue Modifier and Type Method Description StoreAndForwardStoreAndForward. addMaxAmountItem(MinorUnitsMonetaryValue maxAmountItem)OfflineProcessingOfflineProcessing. addOfflineSwipeLimitsItem(MinorUnitsMonetaryValue offlineSwipeLimitsItem)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.OfflineProcessingOfflineProcessing. offlineSwipeLimits(List<MinorUnitsMonetaryValue> offlineSwipeLimits)The maximum offline transaction amount for swiped cards, in the specified currency.voidStoreAndForward. setMaxAmount(List<MinorUnitsMonetaryValue> maxAmount)The maximum amount that the terminal accepts for a single store-and-forward payment.voidOfflineProcessing. setOfflineSwipeLimits(List<MinorUnitsMonetaryValue> offlineSwipeLimits)The maximum offline transaction amount for swiped cards, in the specified currency.
-