public class InstallmentConfig extends Resource<InstallmentConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentConfig.CreateRequest |
static class |
InstallmentConfig.Installment |
static class |
InstallmentConfig.PeriodUnit |
| Constructor and Description |
|---|
InstallmentConfig(org.json.JSONObject jsonObj) |
InstallmentConfig(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
static InstallmentConfig.CreateRequest |
create() |
Timestamp |
createdAt() |
static Request |
delete(String id) |
String |
description() |
String |
id() |
List<InstallmentConfig.Installment> |
installments() |
Integer |
numberOfInstallments() |
Integer |
period() |
InstallmentConfig.PeriodUnit |
periodUnit() |
Integer |
preferredDay() |
Long |
resourceVersion() |
static Request |
retrieve(String id) |
Timestamp |
updatedAt() |
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic InstallmentConfig(String jsonStr)
public InstallmentConfig(org.json.JSONObject jsonObj)
public String id()
public String description()
public Integer numberOfInstallments()
public InstallmentConfig.PeriodUnit periodUnit()
public Integer period()
public Integer preferredDay()
public Timestamp createdAt()
public Long resourceVersion()
public Timestamp updatedAt()
public List<InstallmentConfig.Installment> installments()
public static InstallmentConfig.CreateRequest create()
Copyright © 2024 ChargeBee. All rights reserved.