Uses of Class
com.adyen.model.management.StoreAndForward
-
Packages that use StoreAndForward Package Description com.adyen.model.management -
-
Uses of StoreAndForward in com.adyen.model.management
Methods in com.adyen.model.management that return StoreAndForward Modifier and Type Method Description StoreAndForwardStoreAndForward. addMaxAmountItem(MinorUnitsMonetaryValue maxAmountItem)static StoreAndForwardStoreAndForward. fromJson(String jsonString)Create an instance of StoreAndForward given an JSON stringStoreAndForwardTerminalSettings. getStoreAndForward()storeAndForwardStoreAndForwardStoreAndForward. maxAmount(List<MinorUnitsMonetaryValue> maxAmount)The maximum amount that the terminal accepts for a single store-and-forward payment.StoreAndForwardStoreAndForward. maxPayments(Integer maxPayments)The maximum number of store-and-forward transactions per terminal that you can process while offline.StoreAndForwardStoreAndForward. supportedCardTypes(SupportedCardTypes supportedCardTypes)supportedCardTypesMethods in com.adyen.model.management with parameters of type StoreAndForward Modifier and Type Method Description voidTerminalSettings. setStoreAndForward(StoreAndForward storeAndForward)storeAndForwardTerminalSettingsTerminalSettings. storeAndForward(StoreAndForward storeAndForward)storeAndForward
-