com.chargebee.models
Class Address

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

public class Address
extends Resource<Address>


Nested Class Summary
static class Address.RetrieveRequest
           
static class Address.UpdateRequest
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Address(org.json.JSONObject jsonObj)
           
Address(String jsonStr)
           
 
Method Summary
 String addr()
           
 String city()
           
 String company()
           
 String country()
           
 String email()
           
 String extendedAddr()
           
 String extendedAddr2()
           
 String firstName()
           
 String label()
           
 String lastName()
           
 String phone()
           
static Address.RetrieveRequest retrieve()
           
 String state()
           
 String stateCode()
           
 String subscriptionId()
           
static Address.UpdateRequest update()
           
 ValidationStatus validationStatus()
           
 String zip()
           
 
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

Address

public Address(String jsonStr)

Address

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

label

public String label()

firstName

public String firstName()

lastName

public String lastName()

email

public String email()

company

public String company()

phone

public String phone()

addr

public String addr()

extendedAddr

public String extendedAddr()

extendedAddr2

public String extendedAddr2()

city

public String city()

stateCode

public String stateCode()

state

public String state()

country

public String country()

zip

public String zip()

validationStatus

public ValidationStatus validationStatus()

subscriptionId

public String subscriptionId()

retrieve

public static Address.RetrieveRequest retrieve()
                                        throws IOException
Throws:
IOException

update

public static Address.UpdateRequest update()
                                    throws IOException
Throws:
IOException


Copyright © 2017 ChargeBee. All Rights Reserved.