com.chargebee.models
Class InvoiceEstimate.LineItem
java.lang.Object
com.chargebee.internal.Resource<InvoiceEstimate.LineItem>
com.chargebee.models.InvoiceEstimate.LineItem
- Enclosing class:
- InvoiceEstimate
public static class InvoiceEstimate.LineItem
- extends Resource<InvoiceEstimate.LineItem>
Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
InvoiceEstimate.LineItem
public InvoiceEstimate.LineItem(org.json.JSONObject jsonObj)
id
public String id()
dateFrom
public Timestamp dateFrom()
dateTo
public Timestamp dateTo()
unitAmount
public Integer unitAmount()
quantity
public Integer quantity()
isTaxed
public Boolean isTaxed()
taxAmount
public Integer taxAmount()
taxRate
public Double taxRate()
amount
public Integer amount()
discountAmount
public Integer discountAmount()
itemLevelDiscountAmount
public Integer itemLevelDiscountAmount()
description
public String description()
entityType
public InvoiceEstimate.LineItem.EntityType entityType()
entityId
public String entityId()
Copyright © 2016 ChargeBee. All Rights Reserved.