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 |
|---|---|
Long |
amountAllocated() |
Long |
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() |
Long |
roundOffAmount() |
Long |
subTotal() |
List<CreditNoteEstimate.Tax> |
taxes() |
Long |
total() |
CreditNoteEstimate.Type |
type() |
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, 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 Long subTotal()
public Long total()
public Long amountAllocated()
public Long 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 Long roundOffAmount()
public String customerId()
Copyright © 2024 ChargeBee. All rights reserved.