InvoicingAddress¶
-
class
oci.onesubscription.models.
InvoicingAddress
(**kwargs)¶ Bases:
object
Address.
Methods
__init__
(**kwargs)Initializes a new InvoicingAddress object with values from keyword arguments. Attributes
bill_site_use_id
Gets the bill_site_use_id of this InvoicingAddress. is_bill_to
Gets the is_bill_to of this InvoicingAddress. is_ship_to
Gets the is_ship_to of this InvoicingAddress. location
Gets the location of this InvoicingAddress. name
Gets the name of this InvoicingAddress. phone
Gets the phone of this InvoicingAddress. service2_site_use_id
Gets the service2_site_use_id of this InvoicingAddress. tca_cust_acct_site_id
Gets the tca_cust_acct_site_id of this InvoicingAddress. tca_party_site_number
Gets the tca_party_site_number of this InvoicingAddress. -
__init__
(**kwargs)¶ Initializes a new InvoicingAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - location (oci.onesubscription.models.InvoicingLocation) – The value to assign to the location property of this InvoicingAddress.
- name (str) – The value to assign to the name property of this InvoicingAddress.
- phone (str) – The value to assign to the phone property of this InvoicingAddress.
- is_bill_to (bool) – The value to assign to the is_bill_to property of this InvoicingAddress.
- is_ship_to (bool) – The value to assign to the is_ship_to property of this InvoicingAddress.
- bill_site_use_id (int) – The value to assign to the bill_site_use_id property of this InvoicingAddress.
- service2_site_use_id (int) – The value to assign to the service2_site_use_id property of this InvoicingAddress.
- tca_cust_acct_site_id (int) – The value to assign to the tca_cust_acct_site_id property of this InvoicingAddress.
- tca_party_site_number (str) – The value to assign to the tca_party_site_number property of this InvoicingAddress.
-
bill_site_use_id
¶ Gets the bill_site_use_id of this InvoicingAddress. Bill to site use Id.
Returns: The bill_site_use_id of this InvoicingAddress. Return type: int
-
is_bill_to
¶ Gets the is_bill_to of this InvoicingAddress. Identify as the customer’s billing address.
Returns: The is_bill_to of this InvoicingAddress. Return type: bool
-
is_ship_to
¶ Gets the is_ship_to of this InvoicingAddress. Identify as the customer’s shipping address.
Returns: The is_ship_to of this InvoicingAddress. Return type: bool
-
location
¶ Gets the location of this InvoicingAddress.
Returns: The location of this InvoicingAddress. Return type: oci.onesubscription.models.InvoicingLocation
-
name
¶ Gets the name of this InvoicingAddress. Address name identifier.
Returns: The name of this InvoicingAddress. Return type: str
-
phone
¶ Gets the phone of this InvoicingAddress. Phone.
Returns: The phone of this InvoicingAddress. Return type: str
-
service2_site_use_id
¶ Gets the service2_site_use_id of this InvoicingAddress. Service to site use Id.
Returns: The service2_site_use_id of this InvoicingAddress. Return type: int
-
tca_cust_acct_site_id
¶ Gets the tca_cust_acct_site_id of this InvoicingAddress. TCA customer account site Id.
Returns: The tca_cust_acct_site_id of this InvoicingAddress. Return type: int
-
tca_party_site_number
¶ Gets the tca_party_site_number of this InvoicingAddress. Party site number.
Returns: The tca_party_site_number of this InvoicingAddress. Return type: str
-