com.chargebee.models
Class Transaction.LinkedCreditNote

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

public static class Transaction.LinkedCreditNote
extends Resource<Transaction.LinkedCreditNote>


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

Transaction.LinkedCreditNote

public Transaction.LinkedCreditNote(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()

cnTotal

public Integer cnTotal()

cnStatus

public CreditNote.Status cnStatus()

cnReferenceInvoiceId

public String cnReferenceInvoiceId()


Copyright © 2020 ChargeBee. All Rights Reserved.