com.chargebee.models
Class Address
java.lang.Object
com.chargebee.internal.Resource<Address>
com.chargebee.models.Address
public class Address
- extends Resource<Address>
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 |
Address
public Address(String jsonStr)
Address
public Address(org.json.JSONObject jsonObj)
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.