com.chargebee.models
Class CreditNoteEstimate.Discount

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

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


Nested Class Summary
static class CreditNoteEstimate.Discount.EntityType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNoteEstimate.Discount(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 String description()
           
 String entityId()
           
 CreditNoteEstimate.Discount.EntityType entityType()
           
 
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.Discount

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

amount

public Integer amount()

description

public String description()

entityType

public CreditNoteEstimate.Discount.EntityType entityType()

entityId

public String entityId()


Copyright © 2019 ChargeBee. All Rights Reserved.