AmountsResp |
AmountsResp.authorizedAmount(BigDecimal authorizedAmount) |
Amount requested by the Sale for the payment.
|
AmountsResp |
AmountsResp.cashBackAmount(BigDecimal cashBackAmount) |
The cash-back part of the amount requested by the Sale for the payment.
|
AmountsResp |
AmountsResp.currency(String currency) |
Currency of a monetary amount.
|
static AmountsResp |
AmountsResp.fromJson(String jsonString) |
Create an instance of AmountsResp given an JSON string
|
AmountsResp |
PaymentResult.getAmountsResp() |
Get amountsResp
|
AmountsResp |
AmountsResp.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
AmountsResp |
AmountsResp.tipAmount(BigDecimal tipAmount) |
Amount paid for a tip.
|
AmountsResp |
AmountsResp.totalFeesAmount(BigDecimal totalFeesAmount) |
Total amount of financial fees.
|
AmountsResp |
AmountsResp.totalRebatesAmount(BigDecimal totalRebatesAmount) |
Sum of rebates in amount (total amount or line item amount) for all the loyalty programs.
|