com.chargebee.models
Class CreditNote.Discount

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

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


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

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

amount

public Integer amount()

description

public String description()

entityType

public CreditNote.Discount.EntityType entityType()

entityId

public String entityId()


Copyright © 2018 ChargeBee. All Rights Reserved.