Address¶
-
class
oci.osp_gateway.models.
Address
(**kwargs)¶ Bases:
object
Address details model.
Methods
__init__
(**kwargs)Initializes a new Address object with values from keyword arguments. Attributes
address_key
Gets the address_key of this Address. city
Gets the city of this Address. company_name
Gets the company_name of this Address. contributor_class
Gets the contributor_class of this Address. country
Gets the country of this Address. county
Gets the county of this Address. department_name
Gets the department_name of this Address. email_address
Gets the email_address of this Address. first_name
Gets the first_name of this Address. internal_number
Gets the internal_number of this Address. job_title
Gets the job_title of this Address. last_name
Gets the last_name of this Address. line1
Gets the line1 of this Address. line2
Gets the line2 of this Address. line3
Gets the line3 of this Address. line4
Gets the line4 of this Address. middle_name
Gets the middle_name of this Address. municipal_inscription
Gets the municipal_inscription of this Address. phone_country_code
Gets the phone_country_code of this Address. phone_number
Gets the phone_number of this Address. postal_code
Gets the postal_code of this Address. province
Gets the province of this Address. state
Gets the state of this Address. state_inscription
Gets the state_inscription of this Address. street_name
Gets the street_name of this Address. street_number
Gets the street_number of this Address. -
__init__
(**kwargs)¶ Initializes a new Address object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - address_key (str) – The value to assign to the address_key property of this Address.
- line1 (str) – The value to assign to the line1 property of this Address.
- line2 (str) – The value to assign to the line2 property of this Address.
- line3 (str) – The value to assign to the line3 property of this Address.
- line4 (str) – The value to assign to the line4 property of this Address.
- street_name (str) – The value to assign to the street_name property of this Address.
- street_number (str) – The value to assign to the street_number property of this Address.
- city (str) – The value to assign to the city property of this Address.
- county (str) – The value to assign to the county property of this Address.
- country (str) – The value to assign to the country property of this Address.
- province (str) – The value to assign to the province property of this Address.
- postal_code (str) – The value to assign to the postal_code property of this Address.
- state (str) – The value to assign to the state property of this Address.
- email_address (str) – The value to assign to the email_address property of this Address.
- company_name (str) – The value to assign to the company_name property of this Address.
- first_name (str) – The value to assign to the first_name property of this Address.
- middle_name (str) – The value to assign to the middle_name property of this Address.
- last_name (str) – The value to assign to the last_name property of this Address.
- phone_country_code (str) – The value to assign to the phone_country_code property of this Address.
- phone_number (str) – The value to assign to the phone_number property of this Address.
- job_title (str) – The value to assign to the job_title property of this Address.
- department_name (str) – The value to assign to the department_name property of this Address.
- internal_number (str) – The value to assign to the internal_number property of this Address.
- contributor_class (str) – The value to assign to the contributor_class property of this Address.
- state_inscription (str) – The value to assign to the state_inscription property of this Address.
- municipal_inscription (str) – The value to assign to the municipal_inscription property of this Address.
-
address_key
¶ Gets the address_key of this Address. Address identifier.
Returns: The address_key of this Address. Return type: str
-
city
¶ Gets the city of this Address. Name of the city.
Returns: The city of this Address. Return type: str
-
company_name
¶ Gets the company_name of this Address. Name of the customer company.
Returns: The company_name of this Address. Return type: str
-
contributor_class
¶ Gets the contributor_class of this Address. Contributor class of the customer company.
Returns: The contributor_class of this Address. Return type: str
-
country
¶ Gets the country of this Address. Country of the address.
Returns: The country of this Address. Return type: str
-
county
¶ Gets the county of this Address. County of the address.
Returns: The county of this Address. Return type: str
-
department_name
¶ Gets the department_name of this Address. Department name of the customer company.
Returns: The department_name of this Address. Return type: str
-
email_address
¶ Gets the email_address of this Address. Contact person email address.
Returns: The email_address of this Address. Return type: str
-
first_name
¶ Gets the first_name of this Address. First name of the contact person.
Returns: The first_name of this Address. Return type: str
-
internal_number
¶ Gets the internal_number of this Address. Internal number of the customer company.
Returns: The internal_number of this Address. Return type: str
-
job_title
¶ Gets the job_title of this Address. Job title of the contact person.
Returns: The job_title of this Address. Return type: str
-
last_name
¶ Gets the last_name of this Address. Last name of the contact person.
Returns: The last_name of this Address. Return type: str
-
line1
¶ Gets the line1 of this Address. Address line 1.
Returns: The line1 of this Address. Return type: str
-
line2
¶ Gets the line2 of this Address. Address line 2.
Returns: The line2 of this Address. Return type: str
-
line3
¶ Gets the line3 of this Address. Address line 3.
Returns: The line3 of this Address. Return type: str
-
line4
¶ Gets the line4 of this Address. Address line 4.
Returns: The line4 of this Address. Return type: str
-
middle_name
¶ Gets the middle_name of this Address. Middle name of the contact person.
Returns: The middle_name of this Address. Return type: str
-
municipal_inscription
¶ Gets the municipal_inscription of this Address. Municipal Inscription.
Returns: The municipal_inscription of this Address. Return type: str
-
phone_country_code
¶ Gets the phone_country_code of this Address. Phone country code of the contact person.
Returns: The phone_country_code of this Address. Return type: str
-
phone_number
¶ Gets the phone_number of this Address. Phone number of the contact person.
Returns: The phone_number of this Address. Return type: str
-
postal_code
¶ Gets the postal_code of this Address. Post code of the address.
Returns: The postal_code of this Address. Return type: str
-
province
¶ Gets the province of this Address. Province of the address.
Returns: The province of this Address. Return type: str
-
state
¶ Gets the state of this Address. State of the address.
Returns: The state of this Address. Return type: str
-
state_inscription
¶ Gets the state_inscription of this Address. State Inscription.
Returns: The state_inscription of this Address. Return type: str
-
street_name
¶ Gets the street_name of this Address. Street name of the address.
Returns: The street_name of this Address. Return type: str
-
street_number
¶ Gets the street_number of this Address. Street number of the address.
Returns: The street_number of this Address. Return type: str
-