com.chargebee.models
Class CreditNoteEstimate.LineItem

java.lang.Object
  extended by com.chargebee.internal.Resource<CreditNoteEstimate.LineItem>
      extended by com.chargebee.models.CreditNoteEstimate.LineItem
Enclosing class:
CreditNoteEstimate

public static class CreditNoteEstimate.LineItem
extends Resource<CreditNoteEstimate.LineItem>


Nested Class Summary
static class CreditNoteEstimate.LineItem.EntityType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNoteEstimate.LineItem(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 String customerId()
           
 Timestamp dateFrom()
           
 Timestamp dateTo()
           
 String description()
           
 Integer discountAmount()
           
 String entityId()
           
 CreditNoteEstimate.LineItem.EntityType entityType()
           
 String id()
           
 Boolean isTaxed()
           
 Integer itemLevelDiscountAmount()
           
 PricingModel pricingModel()
           
 Integer quantity()
           
 String subscriptionId()
           
 Integer taxAmount()
           
 TaxExemptReason taxExemptReason()
           
 Double taxRate()
           
 Integer unitAmount()
           
 
Methods inherited from class com.chargebee.internal.Resource
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreditNoteEstimate.LineItem

public CreditNoteEstimate.LineItem(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

subscriptionId

public String subscriptionId()

dateFrom

public Timestamp dateFrom()

dateTo

public Timestamp dateTo()

unitAmount

public Integer unitAmount()

quantity

public Integer quantity()

amount

public Integer amount()

pricingModel

public PricingModel pricingModel()

isTaxed

public Boolean isTaxed()

taxAmount

public Integer taxAmount()

taxRate

public Double taxRate()

discountAmount

public Integer discountAmount()

itemLevelDiscountAmount

public Integer itemLevelDiscountAmount()

description

public String description()

entityType

public CreditNoteEstimate.LineItem.EntityType entityType()

taxExemptReason

public TaxExemptReason taxExemptReason()

entityId

public String entityId()

customerId

public String customerId()


Copyright © 2020 ChargeBee. All Rights Reserved.