com.chargebee.models
Class Order.ShippingAddress

java.lang.Object
  extended by com.chargebee.internal.Resource<Order.ShippingAddress>
      extended by com.chargebee.models.Order.ShippingAddress
Enclosing class:
Order

public static class Order.ShippingAddress
extends Resource<Order.ShippingAddress>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Order.ShippingAddress(org.json.JSONObject jsonObj)
           
 
Method Summary
 String city()
           
 String company()
           
 String country()
           
 String email()
           
 String firstName()
           
 String lastName()
           
 String line1()
           
 String line2()
           
 String line3()
           
 String phone()
           
 String state()
           
 String stateCode()
           
 ValidationStatus validationStatus()
           
 String zip()
           
 
Methods inherited from class com.chargebee.internal.Resource
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Order.ShippingAddress

public Order.ShippingAddress(org.json.JSONObject jsonObj)
Method Detail

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()

validationStatus

public ValidationStatus validationStatus()


Copyright © 2020 ChargeBee. All Rights Reserved.