InvoicingLocation

class oci.onesubscription.models.InvoicingLocation(**kwargs)

Bases: object

Address location.

Methods

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

Attributes

address1 Gets the address1 of this InvoicingLocation.
address2 Gets the address2 of this InvoicingLocation.
city Gets the city of this InvoicingLocation.
country Gets the country of this InvoicingLocation.
postal_code Gets the postal_code of this InvoicingLocation.
region Gets the region of this InvoicingLocation.
tca_location_id Gets the tca_location_id of this InvoicingLocation.
__init__(**kwargs)

Initializes a new InvoicingLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • address1 (str) – The value to assign to the address1 property of this InvoicingLocation.
  • address2 (str) – The value to assign to the address2 property of this InvoicingLocation.
  • postal_code (str) – The value to assign to the postal_code property of this InvoicingLocation.
  • city (str) – The value to assign to the city property of this InvoicingLocation.
  • country (str) – The value to assign to the country property of this InvoicingLocation.
  • region (str) – The value to assign to the region property of this InvoicingLocation.
  • tca_location_id (int) – The value to assign to the tca_location_id property of this InvoicingLocation.
address1

Gets the address1 of this InvoicingLocation. Address first line.

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

Gets the address2 of this InvoicingLocation. Address second line.

Returns:The address2 of this InvoicingLocation.
Return type:str
city

Gets the city of this InvoicingLocation. City.

Returns:The city of this InvoicingLocation.
Return type:str
country

Gets the country of this InvoicingLocation. Country.

Returns:The country of this InvoicingLocation.
Return type:str
postal_code

Gets the postal_code of this InvoicingLocation. Postal code.

Returns:The postal_code of this InvoicingLocation.
Return type:str
region

Gets the region of this InvoicingLocation. Region.

Returns:The region of this InvoicingLocation.
Return type:str
tca_location_id

Gets the tca_location_id of this InvoicingLocation. TCA Location identifier.

Returns:The tca_location_id of this InvoicingLocation.
Return type:int