public static class Invoice.LinkedOrder extends Resource<Invoice.LinkedOrder>
| Modifier and Type | Class and Description |
|---|---|
static class |
Invoice.LinkedOrder.OrderType |
static class |
Invoice.LinkedOrder.Status |
| Constructor and Description |
|---|
LinkedOrder(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
String |
batchId() |
Timestamp |
createdAt() |
String |
documentNumber() |
String |
fulfillmentStatus() |
String |
id() |
Invoice.LinkedOrder.OrderType |
orderType() |
String |
referenceId() |
Invoice.LinkedOrder.Status |
status() |
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, uripublic String id()
public String documentNumber()
public Invoice.LinkedOrder.Status status()
public Invoice.LinkedOrder.OrderType orderType()
public String referenceId()
public String fulfillmentStatus()
public String batchId()
public Timestamp createdAt()
Copyright © 2023 ChargeBee. All rights reserved.