com.chargebee.models
Class CreditNoteEstimate.LineItem
java.lang.Object
com.chargebee.internal.Resource<CreditNoteEstimate.LineItem>
com.chargebee.models.CreditNoteEstimate.LineItem
- Enclosing class:
- CreditNoteEstimate
public static class CreditNoteEstimate.LineItem
- extends Resource<CreditNoteEstimate.LineItem>
| Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
CreditNoteEstimate.LineItem
public CreditNoteEstimate.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 CreditNoteEstimate.LineItem.EntityType entityType()
entityId
public String entityId()
Copyright © 2016 ChargeBee. All Rights Reserved.