com.chargebee.models
Class Invoice.LinkedTransaction

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

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


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

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

txnId

public String txnId()

appliedAmount

public Integer appliedAmount()

txnType

public Transaction.Type txnType()

txnStatus

public Transaction.Status txnStatus()

txnDate

public Timestamp txnDate()

txnAmount

public Integer txnAmount()


Copyright © 2015 ChargeBee. All Rights Reserved.