com.chargebee.models
Class Gift.Gifter

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Gift.Gifter(org.json.JSONObject jsonObj)
           
 
Method Summary
 String customerId()
           
 String invoiceId()
           
 String note()
           
 String signature()
           
 
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.Gifter

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

customerId

public String customerId()

invoiceId

public String invoiceId()

signature

public String signature()

note

public String note()


Copyright © 2019 ChargeBee. All Rights Reserved.