InvoicingBusinessPartner¶
-
class
oci.onesubscription.models.
InvoicingBusinessPartner
(**kwargs)¶ Bases:
object
Business partner.
Methods
__init__
(**kwargs)Initializes a new InvoicingBusinessPartner object with values from keyword arguments. Attributes
customer_chain_type
Gets the customer_chain_type of this InvoicingBusinessPartner. is_chain_customer
Gets the is_chain_customer of this InvoicingBusinessPartner. is_public_sector
Gets the is_public_sector of this InvoicingBusinessPartner. name
Gets the name of this InvoicingBusinessPartner. name_phonetic
Gets the name_phonetic of this InvoicingBusinessPartner. tca_customer_account_id
Gets the tca_customer_account_id of this InvoicingBusinessPartner. tca_customer_account_number
Gets the tca_customer_account_number of this InvoicingBusinessPartner. tca_party_id
Gets the tca_party_id of this InvoicingBusinessPartner. tca_party_number
Gets the tca_party_number of this InvoicingBusinessPartner. -
__init__
(**kwargs)¶ Initializes a new InvoicingBusinessPartner object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this InvoicingBusinessPartner.
- name_phonetic (str) – The value to assign to the name_phonetic property of this InvoicingBusinessPartner.
- tca_customer_account_number (str) – The value to assign to the tca_customer_account_number property of this InvoicingBusinessPartner.
- is_public_sector (bool) – The value to assign to the is_public_sector property of this InvoicingBusinessPartner.
- is_chain_customer (bool) – The value to assign to the is_chain_customer property of this InvoicingBusinessPartner.
- customer_chain_type (str) – The value to assign to the customer_chain_type property of this InvoicingBusinessPartner.
- tca_party_number (str) – The value to assign to the tca_party_number property of this InvoicingBusinessPartner.
- tca_party_id (int) – The value to assign to the tca_party_id property of this InvoicingBusinessPartner.
- tca_customer_account_id (int) – The value to assign to the tca_customer_account_id property of this InvoicingBusinessPartner.
-
customer_chain_type
¶ Gets the customer_chain_type of this InvoicingBusinessPartner. Customer chain type.
Returns: The customer_chain_type of this InvoicingBusinessPartner. Return type: str
-
is_chain_customer
¶ Gets the is_chain_customer of this InvoicingBusinessPartner. The business partner is chain customer or not.
Returns: The is_chain_customer of this InvoicingBusinessPartner. Return type: bool
-
is_public_sector
¶ Gets the is_public_sector of this InvoicingBusinessPartner. The business partner is part of the public sector or not.
Returns: The is_public_sector of this InvoicingBusinessPartner. Return type: bool
-
name
¶ Gets the name of this InvoicingBusinessPartner. Commercial name also called customer name.
Returns: The name of this InvoicingBusinessPartner. Return type: str
-
name_phonetic
¶ Gets the name_phonetic of this InvoicingBusinessPartner. Phonetic name.
Returns: The name_phonetic of this InvoicingBusinessPartner. Return type: str
-
tca_customer_account_id
¶ Gets the tca_customer_account_id of this InvoicingBusinessPartner. TCA customer account ID.
Returns: The tca_customer_account_id of this InvoicingBusinessPartner. Return type: int
-
tca_customer_account_number
¶ Gets the tca_customer_account_number of this InvoicingBusinessPartner. TCA customer account number.
Returns: The tca_customer_account_number of this InvoicingBusinessPartner. Return type: str
-
tca_party_id
¶ Gets the tca_party_id of this InvoicingBusinessPartner. TCA party ID.
Returns: The tca_party_id of this InvoicingBusinessPartner. Return type: int
-
tca_party_number
¶ Gets the tca_party_number of this InvoicingBusinessPartner. TCA party number.
Returns: The tca_party_number of this InvoicingBusinessPartner. Return type: str
-