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.OrderType
           
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 documentNumber()
           
 String fulfillmentStatus()
           
 String id()
           
 Invoice.LinkedOrder.OrderType orderType()
           
 String referenceId()
           
 Invoice.LinkedOrder.Status status()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, 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()

documentNumber

public String documentNumber()

status

public Invoice.LinkedOrder.Status status()

orderType

public Invoice.LinkedOrder.OrderType orderType()

referenceId

public String referenceId()

fulfillmentStatus

public String fulfillmentStatus()

batchId

public String batchId()

createdAt

public Timestamp createdAt()


Copyright © 2020 ChargeBee. All Rights Reserved.