com.chargebee.models
Class CreditNoteEstimate
java.lang.Object
com.chargebee.internal.Resource<CreditNoteEstimate>
com.chargebee.models.CreditNoteEstimate
public class CreditNoteEstimate
- extends Resource<CreditNoteEstimate>
| 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 |
CreditNoteEstimate
public CreditNoteEstimate(String jsonStr)
CreditNoteEstimate
public CreditNoteEstimate(org.json.JSONObject jsonObj)
referenceInvoiceId
public String referenceInvoiceId()
type
public CreditNoteEstimate.Type type()
priceType
public PriceType priceType()
currencyCode
public String currencyCode()
subTotal
public Integer subTotal()
total
public Integer total()
amountAllocated
public Integer amountAllocated()
amountAvailable
public Integer amountAvailable()
lineItems
public List<CreditNoteEstimate.LineItem> lineItems()
discounts
public List<CreditNoteEstimate.Discount> discounts()
taxes
public List<CreditNoteEstimate.Tax> taxes()
lineItemTaxes
public List<CreditNoteEstimate.LineItemTax> lineItemTaxes()
lineItemDiscounts
public List<CreditNoteEstimate.LineItemDiscount> lineItemDiscounts()
lineItemTiers
public List<CreditNoteEstimate.LineItemTier> lineItemTiers()
roundOffAmount
public Integer roundOffAmount()
customerId
public String customerId()
Copyright © 2019 ChargeBee. All Rights Reserved.