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