| Package | Description |
|---|---|
| com.konfigthis.splitit.client.api | |
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
InitiatePlanResponse |
InstallmentPlanApiGenerated.PostRequestBuilder.execute()
Execute post request
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InitiatePlanResponse> |
InstallmentPlanApiGenerated.PostRequestBuilder.executeWithHttpInfo()
Execute post request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InstallmentPlanApiGenerated.PostRequestBuilder.executeAsync(ApiCallback<InitiatePlanResponse> _callback)
Execute post request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
InitiatePlanResponse |
InitiatePlanResponse.amount(Double amount) |
InitiatePlanResponse |
InitiatePlanResponse.amount(Integer amount) |
InitiatePlanResponse |
InitiatePlanResponse.billingAddress(AddressData billingAddress) |
InitiatePlanResponse |
InitiatePlanResponse.checkoutUrl(String checkoutUrl) |
InitiatePlanResponse |
InitiatePlanResponse.currency(String currency) |
InitiatePlanResponse |
InitiatePlanResponse.extendedParams(Map<String,String> extendedParams) |
static InitiatePlanResponse |
InitiatePlanResponse.fromJson(String jsonString)
Create an instance of InitiatePlanResponse given an JSON string
|
InitiatePlanResponse |
InitiatePlanResponse.installmentPlanNumber(String installmentPlanNumber) |
InitiatePlanResponse |
InitiatePlanResponse.purchaseMethod(PurchaseMethod purchaseMethod) |
InitiatePlanResponse |
InitiatePlanResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InitiatePlanResponse |
InitiatePlanResponse.putExtendedParamsItem(String key,
String extendedParamsItem) |
InitiatePlanResponse |
InitiatePlanResponse.refOrderNumber(String refOrderNumber) |
InitiatePlanResponse |
InitiatePlanResponse.shopper(ShopperData shopper) |
InitiatePlanResponse |
InitiatePlanResponse.status(PlanStatus status) |
Copyright © 2023. All rights reserved.