ShippingAddress

class oci.dts.models.ShippingAddress(**kwargs)

Bases: object

ShippingAddress model.

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 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.

Returns:The address1 of this ShippingAddress.
Return type:str
address2

Gets the address2 of this ShippingAddress.

Returns:The address2 of this ShippingAddress.
Return type:str
address3

Gets the address3 of this ShippingAddress.

Returns:The address3 of this ShippingAddress.
Return type:str
address4

Gets the address4 of this ShippingAddress.

Returns:The address4 of this ShippingAddress.
Return type:str
addressee

[Required] Gets the addressee of this ShippingAddress.

Returns:The addressee of this ShippingAddress.
Return type:str
care_of

Gets the care_of of this ShippingAddress.

Returns:The care_of of this ShippingAddress.
Return type:str
city_or_locality

[Required] Gets the city_or_locality of this ShippingAddress.

Returns:The city_or_locality of this ShippingAddress.
Return type:str
country

[Required] Gets the country of this ShippingAddress.

Returns:The country of this ShippingAddress.
Return type:str
email

Gets the email of this ShippingAddress.

Returns:The email of this ShippingAddress.
Return type:str
phone_number

Gets the phone_number of this ShippingAddress.

Returns:The phone_number of this ShippingAddress.
Return type:str
state_or_region

[Required] Gets the state_or_region of this ShippingAddress.

Returns:The state_or_region of this ShippingAddress.
Return type:str
zipcode

[Required] Gets the zipcode of this ShippingAddress.

Returns:The zipcode of this ShippingAddress.
Return type:str