| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
static PurchaseMethod |
PurchaseMethod.fromValue(String value) |
PurchaseMethod |
SearchInstallmentPlanResponseItem.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
InstallmentPlanGetResponse.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
InitiatePlanResponse.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
PlanDataModel.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
PlanData.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
InstallmentPlanCreateResponse.getPurchaseMethod()
Get purchaseMethod
|
PurchaseMethod |
PurchaseMethod.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PurchaseMethod |
PurchaseMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurchaseMethod[] |
PurchaseMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInstallmentPlanResponseItem |
SearchInstallmentPlanResponseItem.purchaseMethod(PurchaseMethod purchaseMethod) |
InstallmentPlanGetResponse |
InstallmentPlanGetResponse.purchaseMethod(PurchaseMethod purchaseMethod) |
InitiatePlanResponse |
InitiatePlanResponse.purchaseMethod(PurchaseMethod purchaseMethod) |
PlanDataModel |
PlanDataModel.purchaseMethod(PurchaseMethod purchaseMethod) |
PlanData |
PlanData.purchaseMethod(PurchaseMethod purchaseMethod) |
InstallmentPlanCreateResponse |
InstallmentPlanCreateResponse.purchaseMethod(PurchaseMethod purchaseMethod) |
void |
SearchInstallmentPlanResponseItem.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
InstallmentPlanGetResponse.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
InitiatePlanResponse.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
PlanDataModel.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
PlanData.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
InstallmentPlanCreateResponse.setPurchaseMethod(PurchaseMethod purchaseMethod) |
void |
PurchaseMethod.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PurchaseMethod enumeration) |
Copyright © 2023. All rights reserved.