com.chargebee.models
Class Subscription.Coupon

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

public static class Subscription.Coupon
extends Resource<Subscription.Coupon>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Subscription.Coupon(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer appliedCount()
           
 Timestamp applyTill()
           
 String couponCode()
           
 String couponId()
           
 
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

Subscription.Coupon

public Subscription.Coupon(org.json.JSONObject jsonObj)
Method Detail

couponId

public String couponId()

applyTill

public Timestamp applyTill()

appliedCount

public Integer appliedCount()

couponCode

public String couponCode()


Copyright © 2020 ChargeBee. All Rights Reserved.