BillToAddress¶
-
class
oci.osp_gateway.models.
BillToAddress
(**kwargs)¶ Bases:
object
Address details model
Methods
__init__
(**kwargs)Initializes a new BillToAddress object with values from keyword arguments. Attributes
address_line1
Gets the address_line1 of this BillToAddress. address_line2
Gets the address_line2 of this BillToAddress. address_line3
Gets the address_line3 of this BillToAddress. address_line4
Gets the address_line4 of this BillToAddress. city
Gets the city of this BillToAddress. company_name
Gets the company_name of this BillToAddress. contact_name
Gets the contact_name of this BillToAddress. country
Gets the country of this BillToAddress. county
Gets the county of this BillToAddress. postal_code
Gets the postal_code of this BillToAddress. province
Gets the province of this BillToAddress. state
Gets the state of this BillToAddress. street_name
Gets the street_name of this BillToAddress. street_number
Gets the street_number of this BillToAddress. -
__init__
(**kwargs)¶ Initializes a new BillToAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - contact_name (str) – The value to assign to the contact_name property of this BillToAddress.
- company_name (str) – The value to assign to the company_name property of this BillToAddress.
- address_line1 (str) – The value to assign to the address_line1 property of this BillToAddress.
- address_line2 (str) – The value to assign to the address_line2 property of this BillToAddress.
- address_line3 (str) – The value to assign to the address_line3 property of this BillToAddress.
- address_line4 (str) – The value to assign to the address_line4 property of this BillToAddress.
- street_name (str) – The value to assign to the street_name property of this BillToAddress.
- street_number (str) – The value to assign to the street_number property of this BillToAddress.
- city (str) – The value to assign to the city property of this BillToAddress.
- country (oci.osp_gateway.models.Country) – The value to assign to the country property of this BillToAddress.
- county (str) – The value to assign to the county property of this BillToAddress.
- state (str) – The value to assign to the state property of this BillToAddress.
- postal_code (str) – The value to assign to the postal_code property of this BillToAddress.
- province (str) – The value to assign to the province property of this BillToAddress.
-
address_line1
¶ Gets the address_line1 of this BillToAddress. Address line 1
Returns: The address_line1 of this BillToAddress. Return type: str
-
address_line2
¶ Gets the address_line2 of this BillToAddress. Address line 2
Returns: The address_line2 of this BillToAddress. Return type: str
-
address_line3
¶ Gets the address_line3 of this BillToAddress. Address line 3
Returns: The address_line3 of this BillToAddress. Return type: str
-
address_line4
¶ Gets the address_line4 of this BillToAddress. Address line 4
Returns: The address_line4 of this BillToAddress. Return type: str
-
city
¶ Gets the city of this BillToAddress. Name of the city
Returns: The city of this BillToAddress. Return type: str
-
company_name
¶ Gets the company_name of this BillToAddress. Name of the customer company
Returns: The company_name of this BillToAddress. Return type: str
-
contact_name
¶ Gets the contact_name of this BillToAddress. Name of the contact person
Returns: The contact_name of this BillToAddress. Return type: str
-
country
¶ Gets the country of this BillToAddress.
Returns: The country of this BillToAddress. Return type: oci.osp_gateway.models.Country
-
county
¶ Gets the county of this BillToAddress. County name
Returns: The county of this BillToAddress. Return type: str
-
postal_code
¶ Gets the postal_code of this BillToAddress. ZIP no
Returns: The postal_code of this BillToAddress. Return type: str
-
province
¶ Gets the province of this BillToAddress. Name of the province
Returns: The province of this BillToAddress. Return type: str
-
state
¶ Gets the state of this BillToAddress. Name of the state
Returns: The state of this BillToAddress. Return type: str
-
street_name
¶ Gets the street_name of this BillToAddress. Street name
Returns: The street_name of this BillToAddress. Return type: str
-
street_number
¶ Gets the street_number of this BillToAddress. House no
Returns: The street_number of this BillToAddress. Return type: str
-