public class QuotedCharge extends Resource<QuotedCharge>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotedCharge.Addon |
static class |
QuotedCharge.Charge |
static class |
QuotedCharge.Coupon |
static class |
QuotedCharge.InvoiceItem |
static class |
QuotedCharge.ItemTier |
| Constructor and Description |
|---|
QuotedCharge(org.json.JSONObject jsonObj) |
QuotedCharge(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
List<QuotedCharge.Addon> |
addons() |
List<QuotedCharge.Charge> |
charges() |
List<QuotedCharge.Coupon> |
coupons() |
List<QuotedCharge.InvoiceItem> |
invoiceItems() |
List<QuotedCharge.ItemTier> |
itemTiers() |
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 QuotedCharge(String jsonStr)
public QuotedCharge(org.json.JSONObject jsonObj)
public List<QuotedCharge.Charge> charges()
public List<QuotedCharge.Addon> addons()
public List<QuotedCharge.InvoiceItem> invoiceItems()
public List<QuotedCharge.ItemTier> itemTiers()
public List<QuotedCharge.Coupon> coupons()
Copyright © 2023 ChargeBee. All rights reserved.