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