com.chargebee.models
Class Estimate.Tax

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Estimate.Tax(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 String description()
           
 
Methods inherited from class com.chargebee.internal.Resource
nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, 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

Estimate.Tax

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

amount

public Integer amount()

description

public String description()


Copyright © 2015 ChargeBee. All Rights Reserved.