com.chargebee.models
Class Invoice.Note

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

public static class Invoice.Note
extends Resource<Invoice.Note>


Nested Class Summary
static class Invoice.Note.EntityType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.Note(org.json.JSONObject jsonObj)
           
 
Method Summary
 String entityId()
           
 Invoice.Note.EntityType entityType()
           
 String note()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, 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

Invoice.Note

public Invoice.Note(org.json.JSONObject jsonObj)
Method Detail

entityType

public Invoice.Note.EntityType entityType()

note

public String note()

entityId

public String entityId()


Copyright © 2018 ChargeBee. All Rights Reserved.