public interface ShippingSetter
Modifier and Type | Method and Description |
---|---|
void |
setShippingAddress1(String address1)
sets the first line of the address
|
void |
setShippingAddress2(String address2)
sets the second line of the address
|
void |
setShippingAddressCity(String city)
sets the city
|
void |
setShippingAddressCountry(String country)
sets the country
|
void |
setShippingAddressName(String name)
sets the name of the shipping address
|
void |
setShippingAddressState(String state)
sets the state
|
void |
setShippingAddressZip(String zip)
sets the zip code
|
void |
setType(String type)
Deprecated.
|
@Deprecated void setType(String type)
carrier
- the carriervoid setShippingAddressName(String name)
name
- the namevoid setShippingAddress1(String address1)
address1
- the first line of the addressvoid setShippingAddress2(String address2)
address2
- the second line of the addressvoid setShippingAddressCity(String city)
city
- the cityvoid setShippingAddressState(String state)
state
- the statevoid setShippingAddressZip(String zip)
zip
- the zip codevoid setShippingAddressCountry(String country)
country
- the countryCopyright © 2019. All rights reserved.