public static class Subscription.SubscriptionItem extends Resource<Subscription.SubscriptionItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.SubscriptionItem.ChargeOnOption |
static class |
Subscription.SubscriptionItem.ItemType |
| Constructor and Description |
|---|
SubscriptionItem(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
amount() |
Integer |
billingCycles() |
Boolean |
chargeOnce() |
ChargeOnEvent |
chargeOnEvent() |
Subscription.SubscriptionItem.ChargeOnOption |
chargeOnOption() |
Integer |
freeQuantity() |
String |
itemPriceId() |
Subscription.SubscriptionItem.ItemType |
itemType() |
Integer |
quantity() |
Integer |
servicePeriodDays() |
Timestamp |
trialEnd() |
Integer |
unitPrice() |
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 String itemPriceId()
public Subscription.SubscriptionItem.ItemType itemType()
public Integer quantity()
public Integer unitPrice()
public Integer amount()
public Integer freeQuantity()
public Timestamp trialEnd()
public Integer billingCycles()
public Integer servicePeriodDays()
public ChargeOnEvent chargeOnEvent()
public Boolean chargeOnce()
public Subscription.SubscriptionItem.ChargeOnOption chargeOnOption()
Copyright © 2020 ChargeBee. All Rights Reserved.