public static class CreditNote.LineItem extends Resource<CreditNote.LineItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreditNote.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() |
CreditNote.LineItem.EntityType |
entityType() |
String |
id() |
Boolean |
isTaxed() |
Integer |
itemLevelDiscountAmount() |
PricingModel |
pricingModel() |
Integer |
quantity() |
String |
quantityInDecimal() |
String |
referenceLineItemId() |
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, uripublic 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 referenceLineItemId()
public String description()
public String entityDescription()
public CreditNote.LineItem.EntityType entityType()
public TaxExemptReason taxExemptReason()
public String entityId()
public String customerId()
Copyright © 2023 ChargeBee. All rights reserved.