setCity(aValue
:
String)
:
void
Sets the shipping location's city.
getAddress1
Returns the shipping location's first address.
Returns:
the shipping location's first address.
getAddress2
Returns the shipping location's second address.
Returns:
the shipping location's second address.
getCity
Returns the shipping location's city.
Returns:
the shipping location's city.
getCountryCode
Returns the shipping location's country code.
Returns:
the shipping location's country code.
getPostalCode
Returns the shipping location's postal code.
Returns:
the shipping location's postal code.
getPostBox
Returns the shipping location's post box.
Returns:
the shipping location's post box.
getStateCode
Returns the shipping location's state code.
Returns:
the shipping location's state code.
getSuite
Returns the shipping location's suite.
Returns:
the shipping location's suite.
setAddress1
setAddress1(aValue
:
String)
:
void
Sets the shipping location's first address.
Parameters:
aValue
-
the shipping location's first address.
setAddress2
setAddress2(aValue
:
String)
:
void
Sets the shipping location's second address.
Parameters:
aValue
-
the shipping location's second address.
setCity
setCity(aValue
:
String)
:
void
Sets the shipping location's city.
Parameters:
aValue
-
the shipping location's city.
setCountryCode
setCountryCode(aValue
:
String)
:
void
Sets the shipping location's country code.
Parameters:
aValue
-
the shipping location's country code.
setPostalCode
setPostalCode(aValue
:
String)
:
void
Sets the shipping location's postal code.
Parameters:
aValue
-
the shipping location's postal code.
setPostBox
setPostBox(aValue
:
String)
:
void
Sets the shipping location's post box.
Parameters:
aValue
-
the shipping location's post box.
setStateCode
setStateCode(aValue
:
String)
:
void
Sets the shipping location's state code.
Parameters:
aValue
-
the shipping location's state code.
setSuite
setSuite(aValue
:
String)
:
void
Sets the shipping location's suite.
Parameters:
aValue
-
the shipping location's suite.