ShippingAddress¶
-
class
oci.rover.models.
ShippingAddress
(**kwargs)¶ Bases:
object
Shipping address for rover devices.
Methods
__init__
(**kwargs)Initializes a new ShippingAddress object with values from keyword arguments. Attributes
address1
[Required] Gets the address1 of this ShippingAddress. address2
Gets the address2 of this ShippingAddress. address3
Gets the address3 of this ShippingAddress. address4
Gets the address4 of this ShippingAddress. addressee
[Required] Gets the addressee of this ShippingAddress. care_of
Gets the care_of of this ShippingAddress. city_or_locality
[Required] Gets the city_or_locality of this ShippingAddress. country
[Required] Gets the country of this ShippingAddress. email
Gets the email of this ShippingAddress. phone_number
[Required] Gets the phone_number of this ShippingAddress. state_or_region
[Required] Gets the state_or_region of this ShippingAddress. zipcode
[Required] Gets the zipcode of this ShippingAddress. -
__init__
(**kwargs)¶ Initializes a new ShippingAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - addressee (str) – The value to assign to the addressee property of this ShippingAddress.
- care_of (str) – The value to assign to the care_of property of this ShippingAddress.
- address1 (str) – The value to assign to the address1 property of this ShippingAddress.
- address2 (str) – The value to assign to the address2 property of this ShippingAddress.
- address3 (str) – The value to assign to the address3 property of this ShippingAddress.
- address4 (str) – The value to assign to the address4 property of this ShippingAddress.
- city_or_locality (str) – The value to assign to the city_or_locality property of this ShippingAddress.
- state_or_region (str) – The value to assign to the state_or_region property of this ShippingAddress.
- zipcode (str) – The value to assign to the zipcode property of this ShippingAddress.
- country (str) – The value to assign to the country property of this ShippingAddress.
- phone_number (str) – The value to assign to the phone_number property of this ShippingAddress.
- email (str) – The value to assign to the email property of this ShippingAddress.
-
address1
¶ [Required] Gets the address1 of this ShippingAddress. Address line 1.
Returns: The address1 of this ShippingAddress. Return type: str
-
address2
¶ Gets the address2 of this ShippingAddress. Address line 2.
Returns: The address2 of this ShippingAddress. Return type: str
-
address3
¶ Gets the address3 of this ShippingAddress. Address line 3.
Returns: The address3 of this ShippingAddress. Return type: str
-
address4
¶ Gets the address4 of this ShippingAddress. Address line 4.
Returns: The address4 of this ShippingAddress. Return type: str
-
addressee
¶ [Required] Gets the addressee of this ShippingAddress. Addressee in shipping address.
Returns: The addressee of this ShippingAddress. Return type: str
-
care_of
¶ Gets the care_of of this ShippingAddress. CareOf for shipping address.
Returns: The care_of of this ShippingAddress. Return type: str
-
city_or_locality
¶ [Required] Gets the city_or_locality of this ShippingAddress. city or locality for shipping address.
Returns: The city_or_locality of this ShippingAddress. Return type: str
-
country
¶ [Required] Gets the country of this ShippingAddress. country for shipping address.
Returns: The country of this ShippingAddress. Return type: str
-
email
¶ Gets the email of this ShippingAddress. recipient email address.
Returns: The email of this ShippingAddress. Return type: str
-
phone_number
¶ [Required] Gets the phone_number of this ShippingAddress. recipient phone number.
Returns: The phone_number of this ShippingAddress. Return type: str
-
state_or_region
¶ [Required] Gets the state_or_region of this ShippingAddress. state or region for shipping address.
Returns: The state_or_region of this ShippingAddress. Return type: str
-
zipcode
¶ [Required] Gets the zipcode of this ShippingAddress. zipcode for shipping address.
Returns: The zipcode of this ShippingAddress. Return type: str
-