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.
|
Long |
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, uri
public String lineItemId()
public Order.LineItemDiscount.DiscountType discountType()
@Deprecated public String couponId()
public String entityId()
public Long discountAmount()
Copyright © 2023 ChargeBee. All rights reserved.