com.chargebee.models
Class Quote.Tax

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

public static class Quote.Tax
extends Resource<Quote.Tax>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Quote.Tax(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 String description()
           
 String name()
           
 
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

Quote.Tax

public Quote.Tax(org.json.JSONObject jsonObj)
Method Detail

name

public String name()

amount

public Integer amount()

description

public String description()


Copyright © 2019 ChargeBee. All Rights Reserved.