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() |
String |
amountInDecimal() |
Integer |
billingCycles() |
Boolean |
chargeOnce() |
ChargeOnEvent |
chargeOnEvent() |
Subscription.SubscriptionItem.ChargeOnOption |
chargeOnOption() |
Integer |
freeQuantity() |
String |
freeQuantityInDecimal() |
String |
itemPriceId() |
Subscription.SubscriptionItem.ItemType |
itemType() |
Timestamp |
lastCalculatedAt()
Deprecated.
|
String |
meteredQuantity()
Deprecated.
|
Integer |
quantity() |
String |
quantityInDecimal() |
Integer |
servicePeriodDays() |
Timestamp |
trialEnd() |
Integer |
unitPrice() |
String |
unitPriceInDecimal() |
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 String quantityInDecimal()
@Deprecated public String meteredQuantity()
@Deprecated public Timestamp lastCalculatedAt()
public Integer unitPrice()
public String unitPriceInDecimal()
public Integer amount()
public String amountInDecimal()
public Integer freeQuantity()
public String freeQuantityInDecimal()
public Timestamp trialEnd()
public Integer billingCycles()
public Integer servicePeriodDays()
public ChargeOnEvent chargeOnEvent()
public Boolean chargeOnce()
public Subscription.SubscriptionItem.ChargeOnOption chargeOnOption()
Copyright © 2023 ChargeBee. All rights reserved.