com.chargebee.models
Class QuoteLineGroup
java.lang.Object
com.chargebee.internal.Resource<QuoteLineGroup>
com.chargebee.models.QuoteLineGroup
public class QuoteLineGroup
- extends Resource<QuoteLineGroup>
| 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 |
QuoteLineGroup
public QuoteLineGroup(String jsonStr)
QuoteLineGroup
public QuoteLineGroup(org.json.JSONObject jsonObj)
id
public String id()
subTotal
public Integer subTotal()
total
public Integer total()
creditsApplied
public Integer creditsApplied()
amountPaid
public Integer amountPaid()
amountDue
public Integer amountDue()
chargeEvent
public QuoteLineGroup.ChargeEvent chargeEvent()
billingCycleNumber
public Integer billingCycleNumber()
lineItems
public List<QuoteLineGroup.LineItem> lineItems()
discounts
public List<QuoteLineGroup.Discount> discounts()
lineItemDiscounts
public List<QuoteLineGroup.LineItemDiscount> lineItemDiscounts()
taxes
public List<QuoteLineGroup.Tax> taxes()
lineItemTaxes
public List<QuoteLineGroup.LineItemTax> lineItemTaxes()
Copyright © 2020 ChargeBee. All Rights Reserved.