public class QuoteLineGroup extends Resource<QuoteLineGroup>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuoteLineGroup.ChargeEvent |
static class |
QuoteLineGroup.Discount |
static class |
QuoteLineGroup.LineItem |
static class |
QuoteLineGroup.LineItemDiscount |
static class |
QuoteLineGroup.LineItemTax |
static class |
QuoteLineGroup.Tax |
| Constructor and Description |
|---|
QuoteLineGroup(org.json.JSONObject jsonObj) |
QuoteLineGroup(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
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() |
Integer |
version() |
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, uripublic QuoteLineGroup(String jsonStr)
public QuoteLineGroup(org.json.JSONObject jsonObj)
public Integer version()
public String id()
public Integer subTotal()
public Integer total()
public Integer creditsApplied()
public Integer amountPaid()
public Integer amountDue()
public QuoteLineGroup.ChargeEvent chargeEvent()
public Integer billingCycleNumber()
public List<QuoteLineGroup.LineItem> lineItems()
public List<QuoteLineGroup.Discount> discounts()
public List<QuoteLineGroup.LineItemDiscount> lineItemDiscounts()
public List<QuoteLineGroup.Tax> taxes()
public List<QuoteLineGroup.LineItemTax> lineItemTaxes()
Copyright © 2023 ChargeBee. All rights reserved.