com.chargebee.models
Class CreditNote.LinkedRefund

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

public static class CreditNote.LinkedRefund
extends Resource<CreditNote.LinkedRefund>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNote.LinkedRefund(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer appliedAmount()
           
 Timestamp appliedAt()
           
 Integer txnAmount()
           
 Timestamp txnDate()
           
 String txnId()
           
 Transaction.Status txnStatus()
           
 
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

CreditNote.LinkedRefund

public CreditNote.LinkedRefund(org.json.JSONObject jsonObj)
Method Detail

txnId

public String txnId()

appliedAmount

public Integer appliedAmount()

appliedAt

public Timestamp appliedAt()

txnStatus

public Transaction.Status txnStatus()

txnDate

public Timestamp txnDate()

txnAmount

public Integer txnAmount()


Copyright © 2020 ChargeBee. All Rights Reserved.