com.chargebee.models
Class Download

java.lang.Object
  extended by com.chargebee.internal.Resource<Download>
      extended by com.chargebee.models.Download

public class Download
extends Resource<Download>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Download(org.json.JSONObject jsonObj)
           
Download(String jsonStr)
           
 
Method Summary
 String downloadUrl()
           
 Timestamp validTill()
           
 
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

Download

public Download(String jsonStr)

Download

public Download(org.json.JSONObject jsonObj)
Method Detail

downloadUrl

public String downloadUrl()

validTill

public Timestamp validTill()


Copyright © 2014 ChargeBee. All Rights Reserved.