AmountsReq |
AmountsReq.cashBackAmount(BigDecimal cashBackAmount) |
The cash-back part of the amount requested by the Sale for the payment.
|
AmountsReq |
AmountsReq.currency(String currency) |
Currency of a monetary amount.
|
static AmountsReq |
AmountsReq.fromJson(String jsonString) |
Create an instance of AmountsReq given an JSON string
|
AmountsReq |
PaymentTransaction.getAmountsReq() |
Get amountsReq
|
AmountsReq |
AmountsReq.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
AmountsReq |
AmountsReq.maximumCashBackAmount(BigDecimal maximumCashBackAmount) |
Maximum amount which could be requested for cash-back to the Sale System.
|
AmountsReq |
AmountsReq.minimumAmountToDeliver(BigDecimal minimumAmountToDeliver) |
Minimum amount the Sale System is allowed to deliver for this payment.
|
AmountsReq |
AmountsReq.minimumSplitAmount(BigDecimal minimumSplitAmount) |
Minimum amount of a split, which could be requested by a Customer.Allows the Merchant to limit
the number of split requested by the Customer.
|
AmountsReq |
AmountsReq.paidAmount(BigDecimal paidAmount) |
Amount already paid in case of split payment.
|
AmountsReq |
AmountsReq.requestedAmount(BigDecimal requestedAmount) |
Amount requested by the Sale for the payment.
|
AmountsReq |
AmountsReq.tipAmount(BigDecimal tipAmount) |
Amount paid for a tip.
|