com.chargebee.models
Class QuoteLineGroup

java.lang.Object
  extended by com.chargebee.internal.Resource<QuoteLineGroup>
      extended by com.chargebee.models.QuoteLineGroup

public class QuoteLineGroup
extends Resource<QuoteLineGroup>


Nested Class Summary
static class QuoteLineGroup.ChargeEvent
           
static class QuoteLineGroup.Discount
           
static class QuoteLineGroup.LineItem
           
static class QuoteLineGroup.LineItemDiscount
           
static class QuoteLineGroup.LineItemTax
           
static class QuoteLineGroup.Tax
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
QuoteLineGroup(org.json.JSONObject jsonObj)
           
QuoteLineGroup(String jsonStr)
           
 
Method Summary
 Integer amountDue()
           
 Integer amountPaid()
           
 Integer billingCycleNumber()
           
 QuoteLineGroup.ChargeEvent chargeEvent()
           
 Integer creditsApplied()
           
 List<QuoteLineGroup.Discount> discounts()
           
 String id()
           
 List<QuoteLineGroup.LineItemDiscount> lineItemDiscounts()
           
 List<QuoteLineGroup.LineItem> lineItems()
           
 List<QuoteLineGroup.LineItemTax> lineItemTaxes()
           
 Integer subTotal()
           
 List<QuoteLineGroup.Tax> taxes()
           
 Integer total()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuoteLineGroup

public QuoteLineGroup(String jsonStr)

QuoteLineGroup

public QuoteLineGroup(org.json.JSONObject jsonObj)
Method Detail

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.