com.chargebee.models
Class InvoiceEstimate
java.lang.Object
com.chargebee.internal.Resource<InvoiceEstimate>
com.chargebee.models.InvoiceEstimate
public class InvoiceEstimate
- extends Resource<InvoiceEstimate>
Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
InvoiceEstimate
public InvoiceEstimate(String jsonStr)
InvoiceEstimate
public InvoiceEstimate(org.json.JSONObject jsonObj)
recurring
public Boolean recurring()
priceType
public PriceType priceType()
currencyCode
public String currencyCode()
subTotal
public Integer subTotal()
total
public Integer total()
creditsApplied
public Integer creditsApplied()
amountPaid
public Integer amountPaid()
amountDue
public Integer amountDue()
lineItems
public List<InvoiceEstimate.LineItem> lineItems()
discounts
public List<InvoiceEstimate.Discount> discounts()
taxes
public List<InvoiceEstimate.Tax> taxes()
lineItemTaxes
public List<InvoiceEstimate.LineItemTax> lineItemTaxes()
lineItemDiscounts
public List<InvoiceEstimate.LineItemDiscount> lineItemDiscounts()
Copyright © 2018 ChargeBee. All Rights Reserved.