| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
RefundModel |
RefundModel.creditRefundAmount(Double creditRefundAmount) |
RefundModel |
RefundModel.creditRefundAmount(Integer creditRefundAmount) |
static RefundModel |
RefundModel.fromJson(String jsonString)
Create an instance of RefundModel given an JSON string
|
RefundModel |
RefundModel.nonCreditRefundAmount(Double nonCreditRefundAmount) |
RefundModel |
RefundModel.nonCreditRefundAmount(Integer nonCreditRefundAmount) |
RefundModel |
RefundModel.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RefundModel |
RefundModel.refundId(String refundId) |
RefundModel |
RefundModel.status(RefundStatus status) |
RefundModel |
RefundModel.submitDate(OffsetDateTime submitDate) |
RefundModel |
RefundModel.totalAmount(Double totalAmount) |
RefundModel |
RefundModel.totalAmount(Integer totalAmount) |
| Modifier and Type | Method and Description |
|---|---|
List<RefundModel> |
SearchInstallmentPlanResponseItem.getRefunds()
Get refunds
|
List<RefundModel> |
InstallmentPlanGetResponse.getRefunds()
Get refunds
|
| Modifier and Type | Method and Description |
|---|---|
SearchInstallmentPlanResponseItem |
SearchInstallmentPlanResponseItem.addRefundsItem(RefundModel refundsItem) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.addRefundsItem(RefundModel refundsItem) |
| Modifier and Type | Method and Description |
|---|---|
SearchInstallmentPlanResponseItem |
SearchInstallmentPlanResponseItem.refunds(List<RefundModel> refunds) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.refunds(List<RefundModel> refunds) |
void |
SearchInstallmentPlanResponseItem.setRefunds(List<RefundModel> refunds) |
void |
InstallmentPlanGetResponse.setRefunds(List<RefundModel> refunds) |
Copyright © 2023. All rights reserved.