public static class Order.LineItemDiscount extends Resource<Order.LineItemDiscount>
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.LineItemDiscount.DiscountType |
| Constructor and Description |
|---|
LineItemDiscount(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
String |
couponId()
Deprecated.
|
Integer |
discountAmount() |
Order.LineItemDiscount.DiscountType |
discountType() |
String |
entityId() |
String |
lineItemId() |
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 lineItemId()
public Order.LineItemDiscount.DiscountType discountType()
@Deprecated public String couponId()
public String entityId()
public Integer discountAmount()
Copyright © 2023 ChargeBee. All rights reserved.