com.chargebee.models
Class Invoice.LinkedPayment

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.LinkedPayment(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, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, 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.LinkedPayment

public Invoice.LinkedPayment(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 © 2016 ChargeBee. All Rights Reserved.