com.chargebee.models
Class Invoice.AppliedCredit

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

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


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

Invoice.AppliedCredit

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

cnId

public String cnId()

appliedAmount

public Integer appliedAmount()

appliedAt

public Timestamp appliedAt()

cnReasonCode

public CreditNote.ReasonCode cnReasonCode()

cnDate

public Timestamp cnDate()

cnStatus

public CreditNote.Status cnStatus()


Copyright © 2020 ChargeBee. All Rights Reserved.