public static class Order.OrderLineItem extends Resource<Order.OrderLineItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.OrderLineItem.EntityType |
static class |
Order.OrderLineItem.Status |
| Constructor and Description |
|---|
OrderLineItem(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
amount() |
Integer |
amountAdjusted() |
Integer |
amountPaid() |
String |
description() |
Integer |
discountAmount() |
String |
entityId() |
Order.OrderLineItem.EntityType |
entityType() |
Integer |
fulfillmentAmount() |
Integer |
fulfillmentQuantity() |
String |
id() |
String |
invoiceId() |
String |
invoiceLineItemId() |
Boolean |
isShippable() |
Integer |
itemLevelDiscountAmount() |
Integer |
refundableCredits() |
Integer |
refundableCreditsIssued() |
String |
sku() |
Order.OrderLineItem.Status |
status() |
Integer |
taxAmount() |
Integer |
unitPrice() |
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 invoiceId()
public String invoiceLineItemId()
public Integer unitPrice()
public String description()
public Integer amount()
public Integer fulfillmentQuantity()
public Integer fulfillmentAmount()
public Integer taxAmount()
public Integer amountPaid()
public Integer amountAdjusted()
public Integer refundableCreditsIssued()
public Integer refundableCredits()
public Boolean isShippable()
public String sku()
public Order.OrderLineItem.Status status()
public Order.OrderLineItem.EntityType entityType()
public Integer itemLevelDiscountAmount()
public Integer discountAmount()
public String entityId()
Copyright © 2023 ChargeBee. All rights reserved.