com.chargebee.models
Class Plan.EventBasedAddon

java.lang.Object
  extended by com.chargebee.internal.Resource<Plan.EventBasedAddon>
      extended by com.chargebee.models.Plan.EventBasedAddon
Enclosing class:
Plan

public static class Plan.EventBasedAddon
extends Resource<Plan.EventBasedAddon>


Nested Class Summary
static class Plan.EventBasedAddon.OnEvent
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Plan.EventBasedAddon(org.json.JSONObject jsonObj)
           
 
Method Summary
 Boolean chargeOnce()
           
 String id()
           
 Plan.EventBasedAddon.OnEvent onEvent()
           
 Integer quantity()
           
 
Methods inherited from class com.chargebee.internal.Resource
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Plan.EventBasedAddon

public Plan.EventBasedAddon(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

quantity

public Integer quantity()

onEvent

public Plan.EventBasedAddon.OnEvent onEvent()

chargeOnce

public Boolean chargeOnce()


Copyright © 2020 ChargeBee. All Rights Reserved.