public class QuotedSubscription extends Resource<QuotedSubscription>
Modifier and Type | Class and Description |
---|---|
static class |
QuotedSubscription.Addon |
static class |
QuotedSubscription.BillingPeriodUnit |
static class |
QuotedSubscription.Coupon |
static class |
QuotedSubscription.EventBasedAddon |
static class |
QuotedSubscription.ItemTier |
static class |
QuotedSubscription.SubscriptionItem |
Constructor and Description |
---|
QuotedSubscription(org.json.JSONObject jsonObj) |
QuotedSubscription(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
List<QuotedSubscription.Addon> |
addons() |
AutoCollection |
autoCollection() |
Integer |
billingPeriod() |
QuotedSubscription.BillingPeriodUnit |
billingPeriodUnit() |
List<QuotedSubscription.Coupon> |
coupons() |
List<QuotedSubscription.EventBasedAddon> |
eventBasedAddons() |
String |
id() |
List<QuotedSubscription.ItemTier> |
itemTiers() |
String |
planId() |
Integer |
planQuantity() |
Integer |
planUnitPrice() |
String |
poNumber() |
Integer |
remainingBillingCycles() |
Integer |
setupFee() |
Timestamp |
startDate() |
List<QuotedSubscription.SubscriptionItem> |
subscriptionItems() |
Timestamp |
trialEnd() |
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, uri
public QuotedSubscription(String jsonStr)
public QuotedSubscription(org.json.JSONObject jsonObj)
public String id()
public String planId()
public Integer planQuantity()
public Integer planUnitPrice()
public Integer setupFee()
public Integer billingPeriod()
public QuotedSubscription.BillingPeriodUnit billingPeriodUnit()
public Timestamp startDate()
public Timestamp trialEnd()
public Integer remainingBillingCycles()
public String poNumber()
public AutoCollection autoCollection()
public List<QuotedSubscription.Addon> addons()
public List<QuotedSubscription.EventBasedAddon> eventBasedAddons()
public List<QuotedSubscription.Coupon> coupons()
public List<QuotedSubscription.SubscriptionItem> subscriptionItems()
public List<QuotedSubscription.ItemTier> itemTiers()
Copyright © 2020 ChargeBee. All Rights Reserved.