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