com.chargebee.models
Class InvoiceEstimate.LineItemDiscount
java.lang.Object
com.chargebee.internal.Resource<InvoiceEstimate.LineItemDiscount>
com.chargebee.models.InvoiceEstimate.LineItemDiscount
- Enclosing class:
- InvoiceEstimate
public static class InvoiceEstimate.LineItemDiscount
- extends Resource<InvoiceEstimate.LineItemDiscount>
| 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 |
InvoiceEstimate.LineItemDiscount
public InvoiceEstimate.LineItemDiscount(org.json.JSONObject jsonObj)
lineItemId
public String lineItemId()
discountType
public InvoiceEstimate.LineItemDiscount.DiscountType discountType()
couponId
public String couponId()
discountAmount
public Integer discountAmount()
Copyright © 2019 ChargeBee. All Rights Reserved.