com.chargebee.models
Class CreditNote.Allocation

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNote.Allocation(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer allocatedAmount()
           
 Timestamp allocatedAt()
           
 Timestamp invoiceDate()
           
 String invoiceId()
           
 Invoice.Status invoiceStatus()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, 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

CreditNote.Allocation

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

invoiceId

public String invoiceId()

allocatedAmount

public Integer allocatedAmount()

allocatedAt

public Timestamp allocatedAt()

invoiceDate

public Timestamp invoiceDate()

invoiceStatus

public Invoice.Status invoiceStatus()


Copyright © 2018 ChargeBee. All Rights Reserved.