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