com.chargebee.models
Class Transaction.LinkedInvoice

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Transaction.LinkedInvoice(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer appliedAmount()
           
 Integer invoiceAmount()
           
 Timestamp invoiceDate()
           
 String invoiceId()
           
 
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

Transaction.LinkedInvoice

public Transaction.LinkedInvoice(org.json.JSONObject jsonObj)
Method Detail

invoiceId

public String invoiceId()

appliedAmount

public Integer appliedAmount()

invoiceDate

public Timestamp invoiceDate()

invoiceAmount

public Integer invoiceAmount()


Copyright © 2015 ChargeBee. All Rights Reserved.