| Modifier and Type | Class and Description |
|---|---|
static class |
Usage.CreateRequest |
static class |
Usage.DeleteRequest |
static class |
Usage.PdfRequest |
static class |
Usage.RetrieveRequest |
static class |
Usage.UsageListRequest |
| Constructor and Description |
|---|
Usage(org.json.JSONObject jsonObj) |
Usage(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
static Usage.CreateRequest |
create(String id) |
Timestamp |
createdAt() |
static Usage.DeleteRequest |
delete(String id) |
String |
id() |
String |
invoiceId() |
String |
itemPriceId() |
String |
lineItemId() |
static Usage.UsageListRequest |
list() |
String |
note() |
static Usage.PdfRequest |
pdf() |
String |
quantity() |
Long |
resourceVersion() |
static Usage.RetrieveRequest |
retrieve(String id) |
Source |
source() |
String |
subscriptionId() |
Timestamp |
updatedAt() |
Timestamp |
usageDate() |
apiVersionCheck, nullCheck, 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 Usage(String jsonStr)
public Usage(org.json.JSONObject jsonObj)
public String id()
public Timestamp usageDate()
public String subscriptionId()
public String itemPriceId()
public String invoiceId()
public String lineItemId()
public String quantity()
public Source source()
public String note()
public Long resourceVersion()
public Timestamp updatedAt()
public Timestamp createdAt()
public static Usage.CreateRequest create(String id)
public static Usage.RetrieveRequest retrieve(String id)
public static Usage.DeleteRequest delete(String id)
public static Usage.UsageListRequest list()
public static Usage.PdfRequest pdf()
Copyright © 2023 ChargeBee. All rights reserved.