VerifyAddressDetails

class oci.osp_gateway.models.VerifyAddressDetails(**kwargs)

Bases: object

Verify address related details

Methods

__init__(**kwargs) Initializes a new VerifyAddressDetails object with values from keyword arguments.

Attributes

address_key Gets the address_key of this VerifyAddressDetails.
city Gets the city of this VerifyAddressDetails.
company_name Gets the company_name of this VerifyAddressDetails.
contributor_class Gets the contributor_class of this VerifyAddressDetails.
country Gets the country of this VerifyAddressDetails.
county Gets the county of this VerifyAddressDetails.
department_name Gets the department_name of this VerifyAddressDetails.
email_address Gets the email_address of this VerifyAddressDetails.
first_name Gets the first_name of this VerifyAddressDetails.
internal_number Gets the internal_number of this VerifyAddressDetails.
job_title Gets the job_title of this VerifyAddressDetails.
last_name Gets the last_name of this VerifyAddressDetails.
line1 Gets the line1 of this VerifyAddressDetails.
line2 Gets the line2 of this VerifyAddressDetails.
line3 Gets the line3 of this VerifyAddressDetails.
line4 Gets the line4 of this VerifyAddressDetails.
middle_name Gets the middle_name of this VerifyAddressDetails.
municipal_inscription Gets the municipal_inscription of this VerifyAddressDetails.
phone_country_code Gets the phone_country_code of this VerifyAddressDetails.
phone_number Gets the phone_number of this VerifyAddressDetails.
postal_code Gets the postal_code of this VerifyAddressDetails.
province Gets the province of this VerifyAddressDetails.
state Gets the state of this VerifyAddressDetails.
state_inscription Gets the state_inscription of this VerifyAddressDetails.
street_name Gets the street_name of this VerifyAddressDetails.
street_number Gets the street_number of this VerifyAddressDetails.
__init__(**kwargs)

Initializes a new VerifyAddressDetails 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 VerifyAddressDetails.
  • line1 (str) – The value to assign to the line1 property of this VerifyAddressDetails.
  • line2 (str) – The value to assign to the line2 property of this VerifyAddressDetails.
  • line3 (str) – The value to assign to the line3 property of this VerifyAddressDetails.
  • line4 (str) – The value to assign to the line4 property of this VerifyAddressDetails.
  • street_name (str) – The value to assign to the street_name property of this VerifyAddressDetails.
  • street_number (str) – The value to assign to the street_number property of this VerifyAddressDetails.
  • city (str) – The value to assign to the city property of this VerifyAddressDetails.
  • county (str) – The value to assign to the county property of this VerifyAddressDetails.
  • country (str) – The value to assign to the country property of this VerifyAddressDetails.
  • province (str) – The value to assign to the province property of this VerifyAddressDetails.
  • postal_code (str) – The value to assign to the postal_code property of this VerifyAddressDetails.
  • state (str) – The value to assign to the state property of this VerifyAddressDetails.
  • email_address (str) – The value to assign to the email_address property of this VerifyAddressDetails.
  • company_name (str) – The value to assign to the company_name property of this VerifyAddressDetails.
  • first_name (str) – The value to assign to the first_name property of this VerifyAddressDetails.
  • middle_name (str) – The value to assign to the middle_name property of this VerifyAddressDetails.
  • last_name (str) – The value to assign to the last_name property of this VerifyAddressDetails.
  • phone_country_code (str) – The value to assign to the phone_country_code property of this VerifyAddressDetails.
  • phone_number (str) – The value to assign to the phone_number property of this VerifyAddressDetails.
  • job_title (str) – The value to assign to the job_title property of this VerifyAddressDetails.
  • department_name (str) – The value to assign to the department_name property of this VerifyAddressDetails.
  • internal_number (str) – The value to assign to the internal_number property of this VerifyAddressDetails.
  • contributor_class (str) – The value to assign to the contributor_class property of this VerifyAddressDetails.
  • state_inscription (str) – The value to assign to the state_inscription property of this VerifyAddressDetails.
  • municipal_inscription (str) – The value to assign to the municipal_inscription property of this VerifyAddressDetails.
address_key

Gets the address_key of this VerifyAddressDetails. Address identifier.

Returns:The address_key of this VerifyAddressDetails.
Return type:str
city

Gets the city of this VerifyAddressDetails. Name of the city.

Returns:The city of this VerifyAddressDetails.
Return type:str
company_name

Gets the company_name of this VerifyAddressDetails. Name of the customer company.

Returns:The company_name of this VerifyAddressDetails.
Return type:str
contributor_class

Gets the contributor_class of this VerifyAddressDetails. Contributor class of the customer company.

Returns:The contributor_class of this VerifyAddressDetails.
Return type:str
country

Gets the country of this VerifyAddressDetails. Country of the address.

Returns:The country of this VerifyAddressDetails.
Return type:str
county

Gets the county of this VerifyAddressDetails. County of the address.

Returns:The county of this VerifyAddressDetails.
Return type:str
department_name

Gets the department_name of this VerifyAddressDetails. Department name of the customer company.

Returns:The department_name of this VerifyAddressDetails.
Return type:str
email_address

Gets the email_address of this VerifyAddressDetails. Contact person email address.

Returns:The email_address of this VerifyAddressDetails.
Return type:str
first_name

Gets the first_name of this VerifyAddressDetails. First name of the contact person.

Returns:The first_name of this VerifyAddressDetails.
Return type:str
internal_number

Gets the internal_number of this VerifyAddressDetails. Internal number of the customer company.

Returns:The internal_number of this VerifyAddressDetails.
Return type:str
job_title

Gets the job_title of this VerifyAddressDetails. Job title of the contact person.

Returns:The job_title of this VerifyAddressDetails.
Return type:str
last_name

Gets the last_name of this VerifyAddressDetails. Last name of the contact person.

Returns:The last_name of this VerifyAddressDetails.
Return type:str
line1

Gets the line1 of this VerifyAddressDetails. Address line 1.

Returns:The line1 of this VerifyAddressDetails.
Return type:str
line2

Gets the line2 of this VerifyAddressDetails. Address line 2.

Returns:The line2 of this VerifyAddressDetails.
Return type:str
line3

Gets the line3 of this VerifyAddressDetails. Address line 3.

Returns:The line3 of this VerifyAddressDetails.
Return type:str
line4

Gets the line4 of this VerifyAddressDetails. Address line 4.

Returns:The line4 of this VerifyAddressDetails.
Return type:str
middle_name

Gets the middle_name of this VerifyAddressDetails. Middle name of the contact person.

Returns:The middle_name of this VerifyAddressDetails.
Return type:str
municipal_inscription

Gets the municipal_inscription of this VerifyAddressDetails. Municipal Inscription.

Returns:The municipal_inscription of this VerifyAddressDetails.
Return type:str
phone_country_code

Gets the phone_country_code of this VerifyAddressDetails. Phone country code of the contact person.

Returns:The phone_country_code of this VerifyAddressDetails.
Return type:str
phone_number

Gets the phone_number of this VerifyAddressDetails. Phone number of the contact person.

Returns:The phone_number of this VerifyAddressDetails.
Return type:str
postal_code

Gets the postal_code of this VerifyAddressDetails. Post code of the address.

Returns:The postal_code of this VerifyAddressDetails.
Return type:str
province

Gets the province of this VerifyAddressDetails. Province of the address.

Returns:The province of this VerifyAddressDetails.
Return type:str
state

Gets the state of this VerifyAddressDetails. State of the address.

Returns:The state of this VerifyAddressDetails.
Return type:str
state_inscription

Gets the state_inscription of this VerifyAddressDetails. State Inscription.

Returns:The state_inscription of this VerifyAddressDetails.
Return type:str
street_name

Gets the street_name of this VerifyAddressDetails. Street name of the address.

Returns:The street_name of this VerifyAddressDetails.
Return type:str
street_number

Gets the street_number of this VerifyAddressDetails. Street number of the address.

Returns:The street_number of this VerifyAddressDetails.
Return type:str