com.chargebee.models
Class Invoice.BillingAddress
java.lang.Object
com.chargebee.internal.Resource<Invoice.BillingAddress>
com.chargebee.models.Invoice.BillingAddress
- Enclosing class:
- Invoice
public static class Invoice.BillingAddress
- extends Resource<Invoice.BillingAddress>
| 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 |
Invoice.BillingAddress
public Invoice.BillingAddress(org.json.JSONObject jsonObj)
firstName
public String firstName()
lastName
public String lastName()
email
public String email()
company
public String company()
phone
public String phone()
line1
public String line1()
line2
public String line2()
line3
public String line3()
city
public String city()
stateCode
public String stateCode()
state
public String state()
country
public String country()
zip
public String zip()
Copyright © 2015 ChargeBee. All Rights Reserved.