com.chargebee.models
Class Export
java.lang.Object
com.chargebee.internal.Resource<Export>
com.chargebee.models.Export
public class Export
- extends Resource<Export>
| Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
Export
public Export(String jsonStr)
Export
public Export(org.json.JSONObject jsonObj)
operationType
public String operationType()
mimeType
public Export.MimeType mimeType()
status
public Export.Status status()
createdAt
public Timestamp createdAt()
id
public String id()
download
public Export.Download download()
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
revenueRecognition
public static Export.RevenueRecognitionRequest revenueRecognition()
throws IOException
- Throws:
IOException
deferredRevenue
public static Export.DeferredRevenueRequest deferredRevenue()
throws IOException
- Throws:
IOException
waitForExportCompletion
public Export waitForExportCompletion()
throws Exception
- Throws:
Exception
Copyright © 2018 ChargeBee. All Rights Reserved.