public static class Invoice.ShippingAddress extends Resource<Invoice.ShippingAddress>
Constructor and Description |
---|
ShippingAddress(org.json.JSONObject jsonObj) |
Modifier and Type | Method and Description |
---|---|
String |
city() |
String |
company() |
String |
country() |
String |
email() |
String |
firstName() |
Integer |
index() |
String |
lastName() |
String |
line1() |
String |
line2() |
String |
line3() |
String |
phone() |
String |
state() |
String |
stateCode() |
ValidationStatus |
validationStatus() |
String |
zip() |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public String firstName()
public String lastName()
public String email()
public String company()
public String phone()
public String line1()
public String line2()
public String line3()
public String city()
public String stateCode()
public String state()
public String country()
public String zip()
public ValidationStatus validationStatus()
public Integer index()
Copyright © 2022 ChargeBee. All rights reserved.