public class OmnichannelSubscription extends Resource<OmnichannelSubscription>
Modifier and Type | Class and Description |
---|---|
static class |
OmnichannelSubscription.OmnichannelSubscriptionListRequest |
static class |
OmnichannelSubscription.OmnichannelTransaction |
static class |
OmnichannelSubscription.Source |
Constructor and Description |
---|
OmnichannelSubscription(org.json.JSONObject jsonObj) |
OmnichannelSubscription(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
String |
appId() |
Timestamp |
createdAt() |
String |
customerId() |
String |
id() |
String |
idAtSource() |
OmnichannelSubscription.OmnichannelTransaction |
initialPurchaseTransaction() |
static OmnichannelSubscription.OmnichannelSubscriptionListRequest |
list() |
List<OmnichannelSubscriptionItem> |
omnichannelSubscriptionItems() |
static ListRequest |
omnichannelTransactionsForOmnichannelSubscription(String id) |
Long |
resourceVersion() |
static Request |
retrieve(String id) |
OmnichannelSubscription.Source |
source() |
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 OmnichannelSubscription(String jsonStr)
public OmnichannelSubscription(org.json.JSONObject jsonObj)
public String id()
public String idAtSource()
public String appId()
public OmnichannelSubscription.Source source()
public String customerId()
public Timestamp createdAt()
public Long resourceVersion()
public List<OmnichannelSubscriptionItem> omnichannelSubscriptionItems()
public OmnichannelSubscription.OmnichannelTransaction initialPurchaseTransaction()
public static OmnichannelSubscription.OmnichannelSubscriptionListRequest list()
public static ListRequest omnichannelTransactionsForOmnichannelSubscription(String id)
Copyright © 2025 ChargeBee. All rights reserved.