com.chargebee.models
Class QuoteLineGroup.Discount

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

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


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

QuoteLineGroup.Discount

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

amount

public Integer amount()

description

public String description()

entityType

public QuoteLineGroup.Discount.EntityType entityType()

entityId

public String entityId()


Copyright © 2020 ChargeBee. All Rights Reserved.