PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.addLineItemsItem(LineItem lineItemsItem) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.addSplitsItem(Split splitsItem) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.amount(Amount amount) |
|
static PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.fromJson(String jsonString) |
Create an instance of PaymentAmountUpdateResponse given an JSON string
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.industryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.lineItems(List<LineItem> lineItems) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.merchantAccount(String merchantAccount) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.paymentPspReference(String paymentPspReference) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.pspReference(String pspReference) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.reference(String reference) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.splits(List<Split> splits) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.status(PaymentAmountUpdateResponse.StatusEnum status) |
|