com.chargebee.models
Class Invoice.LinkedOrder

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

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


Nested Class Summary
static class Invoice.LinkedOrder.Status
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.LinkedOrder(org.json.JSONObject jsonObj)
           
 
Method Summary
 String batchId()
           
 Timestamp createdAt()
           
 String fulfillmentStatus()
           
 String id()
           
 String referenceId()
           
 Invoice.LinkedOrder.Status status()
           
 
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.LinkedOrder

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

id

public String id()

status

public Invoice.LinkedOrder.Status status()

referenceId

public String referenceId()

fulfillmentStatus

public String fulfillmentStatus()

batchId

public String batchId()

createdAt

public Timestamp createdAt()


Copyright © 2015 ChargeBee. All Rights Reserved.