| Package | Description |
|---|---|
| com.konfigthis.splitit.client.api | |
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanGetResponse |
InstallmentPlanApiGenerated.GetRequestBuilder.execute()
Execute get request
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InstallmentPlanGetResponse> |
InstallmentPlanApiGenerated.GetRequestBuilder.executeWithHttpInfo()
Execute get request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InstallmentPlanApiGenerated.GetRequestBuilder.executeAsync(ApiCallback<InstallmentPlanGetResponse> _callback)
Execute get request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.addInstallmentsItem(Installment installmentsItem) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.addRefundsItem(RefundModel refundsItem) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.amount(Double amount) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.amount(Integer amount) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.authorization(AuthorizationModel authorization) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.billingAddress(AddressData billingAddress) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.currency(String currency) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.dateCreated(OffsetDateTime dateCreated) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.extendedParams(Map<String,String> extendedParams) |
static InstallmentPlanGetResponse |
InstallmentPlanGetResponse.fromJson(String jsonString)
Create an instance of InstallmentPlanGetResponse given an JSON string
|
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.installmentPlanNumber(String installmentPlanNumber) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.installments(List<Installment> installments) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.links(LinksData links) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.originalAmount(Double originalAmount) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.originalAmount(Integer originalAmount) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.paymentMethod(PaymentMethodModel paymentMethod) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.purchaseMethod(PurchaseMethod purchaseMethod) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.putExtendedParamsItem(String key,
String extendedParamsItem) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.refOrderNumber(String refOrderNumber) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.refunds(List<RefundModel> refunds) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.shopper(ShopperData shopper) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.status(PlanStatus status) |
Copyright © 2023. All rights reserved.