| Modifier and Type | Class and Description |
|---|---|
static class |
Export.AddonsRequest |
static class |
Export.CouponsRequest |
static class |
Export.CreditNotesRequest |
static class |
Export.CustomersRequest |
static class |
Export.DeferredRevenueRequest |
static class |
Export.Download |
static class |
Export.InvoicesRequest |
static class |
Export.MimeType |
static class |
Export.OrdersRequest |
static class |
Export.PlansRequest |
static class |
Export.RevenueRecognitionRequest |
static class |
Export.Status |
static class |
Export.SubscriptionsRequest |
static class |
Export.TransactionsRequest |
| Constructor and Description |
|---|
Export(org.json.JSONObject jsonObj) |
Export(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
static Export.AddonsRequest |
addons() |
static Export.CouponsRequest |
coupons() |
Timestamp |
createdAt() |
static Export.CreditNotesRequest |
creditNotes() |
static Export.CustomersRequest |
customers() |
static Export.DeferredRevenueRequest |
deferredRevenue() |
Export.Download |
download() |
String |
id() |
static Export.InvoicesRequest |
invoices() |
Export.MimeType |
mimeType() |
String |
operationType() |
static Export.OrdersRequest |
orders() |
static Export.PlansRequest |
plans() |
static Request |
retrieve(String id) |
static Export.RevenueRecognitionRequest |
revenueRecognition() |
Export.Status |
status() |
static Export.SubscriptionsRequest |
subscriptions() |
static Export.TransactionsRequest |
transactions() |
Export |
waitForExportCompletion() |
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 Export(String jsonStr)
public Export(org.json.JSONObject jsonObj)
public String id()
public String operationType()
public Export.MimeType mimeType()
public Export.Status status()
public Timestamp createdAt()
public Export.Download download()
public static Export.RevenueRecognitionRequest revenueRecognition()
public static Export.DeferredRevenueRequest deferredRevenue()
public static Export.PlansRequest plans()
public static Export.AddonsRequest addons()
public static Export.CouponsRequest coupons()
public static Export.CustomersRequest customers()
public static Export.SubscriptionsRequest subscriptions()
public static Export.InvoicesRequest invoices()
public static Export.CreditNotesRequest creditNotes()
public static Export.TransactionsRequest transactions()
public static Export.OrdersRequest orders()
Copyright © 2020 ChargeBee. All Rights Reserved.