com.chargebee.models
Class CreditNoteEstimate.LineItemDiscount

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

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


Nested Class Summary
static class CreditNoteEstimate.LineItemDiscount.DiscountType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNoteEstimate.LineItemDiscount(org.json.JSONObject jsonObj)
           
 
Method Summary
 String couponId()
           
 Integer discountAmount()
           
 CreditNoteEstimate.LineItemDiscount.DiscountType discountType()
           
 String lineItemId()
           
 
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.LineItemDiscount

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

lineItemId

public String lineItemId()

discountType

public CreditNoteEstimate.LineItemDiscount.DiscountType discountType()

couponId

public String couponId()

discountAmount

public Integer discountAmount()


Copyright © 2019 ChargeBee. All Rights Reserved.