| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
RefundSummary |
RefundSummary.failedAmount(Double failedAmount) |
RefundSummary |
RefundSummary.failedAmount(Integer failedAmount) |
static RefundSummary |
RefundSummary.fromJson(String jsonString)
Create an instance of RefundSummary given an JSON string
|
RefundSummary |
InstallmentPlanRefundResponse.getSummary()
Get summary
|
RefundSummary |
RefundSummary.pendingAmount(Double pendingAmount) |
RefundSummary |
RefundSummary.pendingAmount(Integer pendingAmount) |
RefundSummary |
RefundSummary.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RefundSummary |
RefundSummary.succeededAmount(Double succeededAmount) |
RefundSummary |
RefundSummary.succeededAmount(Integer succeededAmount) |
RefundSummary |
RefundSummary.totalAmount(Double totalAmount) |
RefundSummary |
RefundSummary.totalAmount(Integer totalAmount) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstallmentPlanRefundResponse.setSummary(RefundSummary summary) |
InstallmentPlanRefundResponse |
InstallmentPlanRefundResponse.summary(RefundSummary summary) |
Copyright © 2023. All rights reserved.