public static class Subscription.EventBasedAddon extends Resource<Subscription.EventBasedAddon>
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.EventBasedAddon.OnEvent |
| Constructor and Description |
|---|
EventBasedAddon(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
chargeOnce() |
String |
id() |
Subscription.EventBasedAddon.OnEvent |
onEvent() |
Integer |
quantity() |
String |
quantityInDecimal() |
Integer |
servicePeriodInDays()
Deprecated.
|
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 id()
public Integer quantity()
public Integer unitPrice()
@Deprecated public Integer servicePeriodInDays()
public Subscription.EventBasedAddon.OnEvent onEvent()
public Boolean chargeOnce()
public String quantityInDecimal()
public String unitPriceInDecimal()
Copyright © 2023 ChargeBee. All rights reserved.