com.chargebee.models
Class CreditNote.LineItem

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

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


Nested Class Summary
static class CreditNote.LineItem.EntityType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNote.LineItem(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 Timestamp dateFrom()
           
 Timestamp dateTo()
           
 String description()
           
 Integer discountAmount()
           
 String entityId()
           
 CreditNote.LineItem.EntityType entityType()
           
 String id()
           
 Boolean isTaxed()
           
 Integer itemLevelDiscountAmount()
           
 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, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, 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

CreditNote.LineItem

public CreditNote.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()

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 CreditNote.LineItem.EntityType entityType()

taxExemptReason

public TaxExemptReason taxExemptReason()

entityId

public String entityId()


Copyright © 2018 ChargeBee. All Rights Reserved.