Modifier and Type | Class and Description |
---|---|
static class |
Purchase.CreateRequest |
static class |
Purchase.EstimateRequest |
Constructor and Description |
---|
Purchase(org.json.JSONObject jsonObj) |
Purchase(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
static Purchase.CreateRequest |
create() |
Timestamp |
createdAt() |
String |
customerId() |
static Purchase.EstimateRequest |
estimate() |
String |
id() |
List<String> |
invoiceIds() |
Timestamp |
modifiedAt() |
List<String> |
subscriptionIds() |
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optMap, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqMap, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public Purchase(String jsonStr)
public Purchase(org.json.JSONObject jsonObj)
public String id()
public String customerId()
public Timestamp createdAt()
public Timestamp modifiedAt()
public static Purchase.CreateRequest create()
public static Purchase.EstimateRequest estimate()
Copyright © 2025 ChargeBee. All rights reserved.