com.chargebee.models
Class Gift.GiftReceiver

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

public static class Gift.GiftReceiver
extends Resource<Gift.GiftReceiver>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Gift.GiftReceiver(org.json.JSONObject jsonObj)
           
 
Method Summary
 String customerId()
           
 String email()
           
 String firstName()
           
 String lastName()
           
 String subscriptionId()
           
 
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

Gift.GiftReceiver

public Gift.GiftReceiver(org.json.JSONObject jsonObj)
Method Detail

customerId

public String customerId()

subscriptionId

public String subscriptionId()

firstName

public String firstName()

lastName

public String lastName()

email

public String email()


Copyright © 2019 ChargeBee. All Rights Reserved.