public class InvoiceEstimate extends Resource<InvoiceEstimate>
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceEstimate.Discount |
static class |
InvoiceEstimate.LineItem |
static class |
InvoiceEstimate.LineItemDiscount |
static class |
InvoiceEstimate.LineItemTax |
static class |
InvoiceEstimate.LineItemTier |
static class |
InvoiceEstimate.Tax |
| Constructor and Description |
|---|
InvoiceEstimate(org.json.JSONObject jsonObj) |
InvoiceEstimate(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
amountDue() |
Integer |
amountPaid() |
Integer |
creditsApplied() |
String |
currencyCode() |
String |
customerId() |
List<InvoiceEstimate.Discount> |
discounts() |
List<InvoiceEstimate.LineItemDiscount> |
lineItemDiscounts() |
List<InvoiceEstimate.LineItem> |
lineItems() |
List<InvoiceEstimate.LineItemTax> |
lineItemTaxes() |
List<InvoiceEstimate.LineItemTier> |
lineItemTiers() |
PriceType |
priceType() |
Boolean |
recurring() |
Integer |
roundOffAmount() |
Integer |
subTotal() |
List<InvoiceEstimate.Tax> |
taxes() |
Integer |
total() |
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 InvoiceEstimate(String jsonStr)
public InvoiceEstimate(org.json.JSONObject jsonObj)
public Boolean recurring()
public PriceType priceType()
public String currencyCode()
public Integer subTotal()
public Integer total()
public Integer creditsApplied()
public Integer amountPaid()
public Integer amountDue()
public List<InvoiceEstimate.LineItem> lineItems()
public List<InvoiceEstimate.Discount> discounts()
public List<InvoiceEstimate.Tax> taxes()
public List<InvoiceEstimate.LineItemTax> lineItemTaxes()
public List<InvoiceEstimate.LineItemTier> lineItemTiers()
public List<InvoiceEstimate.LineItemDiscount> lineItemDiscounts()
public Integer roundOffAmount()
public String customerId()
Copyright © 2023 ChargeBee. All rights reserved.