public static class QuoteLineGroup.LineItem extends Resource<QuoteLineGroup.LineItem>
Modifier and Type | Class and Description |
---|---|
static class |
QuoteLineGroup.LineItem.EntityType |
Constructor and Description |
---|
LineItem(org.json.JSONObject jsonObj) |
Modifier and Type | Method and Description |
---|---|
Integer |
amount() |
String |
amountInDecimal() |
String |
customerId() |
Timestamp |
dateFrom() |
Timestamp |
dateTo() |
String |
description() |
Integer |
discountAmount() |
String |
entityDescription() |
String |
entityId() |
QuoteLineGroup.LineItem.EntityType |
entityType() |
String |
id() |
Boolean |
isTaxed() |
Integer |
itemLevelDiscountAmount() |
PricingModel |
pricingModel() |
Integer |
quantity() |
String |
quantityInDecimal() |
String |
subscriptionId() |
Integer |
taxAmount() |
TaxExemptReason |
taxExemptReason() |
Double |
taxRate() |
Integer |
unitAmount() |
String |
unitAmountInDecimal() |
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
public String id()
public String subscriptionId()
public Timestamp dateFrom()
public Timestamp dateTo()
public Integer unitAmount()
public Integer quantity()
public Integer amount()
public PricingModel pricingModel()
public Boolean isTaxed()
public Integer taxAmount()
public Double taxRate()
public String unitAmountInDecimal()
public String quantityInDecimal()
public String amountInDecimal()
public Integer discountAmount()
public Integer itemLevelDiscountAmount()
public String description()
public String entityDescription()
public QuoteLineGroup.LineItem.EntityType entityType()
public TaxExemptReason taxExemptReason()
public String entityId()
public String customerId()
Copyright © 2020 ChargeBee. All Rights Reserved.