public class Installment extends Resource<Installment>
| Modifier and Type | Class and Description |
|---|---|
static class |
Installment.InstallmentListRequest |
static class |
Installment.Status |
| Constructor and Description |
|---|
Installment(org.json.JSONObject jsonObj) |
Installment(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
Long |
amount() |
Timestamp |
createdAt() |
Timestamp |
date() |
String |
id() |
String |
invoiceId() |
static Installment.InstallmentListRequest |
list() |
Long |
resourceVersion() |
static Request |
retrieve(String id) |
Installment.Status |
status() |
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 Installment(String jsonStr)
public Installment(org.json.JSONObject jsonObj)
public String id()
public String invoiceId()
public Timestamp date()
public Long amount()
public Installment.Status status()
public Timestamp createdAt()
public Long resourceVersion()
public Timestamp updatedAt()
public static Installment.InstallmentListRequest list()
Copyright © 2024 ChargeBee. All rights reserved.