com.chargebee.models
Class Invoice.IssuedCreditNote

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.IssuedCreditNote(org.json.JSONObject jsonObj)
           
 
Method Summary
 Timestamp cnDate()
           
 String cnId()
           
 CreditNote.ReasonCode cnReasonCode()
           
 CreditNote.Status cnStatus()
           
 Integer cnTotal()
           
 
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.IssuedCreditNote

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

cnId

public String cnId()

cnReasonCode

public CreditNote.ReasonCode cnReasonCode()

cnDate

public Timestamp cnDate()

cnTotal

public Integer cnTotal()

cnStatus

public CreditNote.Status cnStatus()


Copyright © 2017 ChargeBee. All Rights Reserved.