SubscribedServiceBusinessPartner

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

Bases: object

Business partner.

Methods

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

Attributes

customer_chain_type Gets the customer_chain_type of this SubscribedServiceBusinessPartner.
is_chain_customer Gets the is_chain_customer of this SubscribedServiceBusinessPartner.
is_public_sector Gets the is_public_sector of this SubscribedServiceBusinessPartner.
name Gets the name of this SubscribedServiceBusinessPartner.
name_phonetic Gets the name_phonetic of this SubscribedServiceBusinessPartner.
tca_cust_account_number Gets the tca_cust_account_number of this SubscribedServiceBusinessPartner.
tca_customer_account_id Gets the tca_customer_account_id of this SubscribedServiceBusinessPartner.
tca_party_id Gets the tca_party_id of this SubscribedServiceBusinessPartner.
tca_party_number Gets the tca_party_number of this SubscribedServiceBusinessPartner.
__init__(**kwargs)

Initializes a new SubscribedServiceBusinessPartner 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 SubscribedServiceBusinessPartner.
  • name_phonetic (str) – The value to assign to the name_phonetic property of this SubscribedServiceBusinessPartner.
  • tca_cust_account_number (str) – The value to assign to the tca_cust_account_number property of this SubscribedServiceBusinessPartner.
  • is_public_sector (bool) – The value to assign to the is_public_sector property of this SubscribedServiceBusinessPartner.
  • is_chain_customer (bool) – The value to assign to the is_chain_customer property of this SubscribedServiceBusinessPartner.
  • customer_chain_type (str) – The value to assign to the customer_chain_type property of this SubscribedServiceBusinessPartner.
  • tca_party_number (str) – The value to assign to the tca_party_number property of this SubscribedServiceBusinessPartner.
  • tca_party_id (int) – The value to assign to the tca_party_id property of this SubscribedServiceBusinessPartner.
  • tca_customer_account_id (int) – The value to assign to the tca_customer_account_id property of this SubscribedServiceBusinessPartner.
customer_chain_type

Gets the customer_chain_type of this SubscribedServiceBusinessPartner. Customer chain type.

Returns:The customer_chain_type of this SubscribedServiceBusinessPartner.
Return type:str
is_chain_customer

Gets the is_chain_customer of this SubscribedServiceBusinessPartner. The business partner is chain customer or not.

Returns:The is_chain_customer of this SubscribedServiceBusinessPartner.
Return type:bool
is_public_sector

Gets the is_public_sector of this SubscribedServiceBusinessPartner. The business partner is part of the public sector or not.

Returns:The is_public_sector of this SubscribedServiceBusinessPartner.
Return type:bool
name

Gets the name of this SubscribedServiceBusinessPartner. Commercial name also called customer name.

Returns:The name of this SubscribedServiceBusinessPartner.
Return type:str
name_phonetic

Gets the name_phonetic of this SubscribedServiceBusinessPartner. Phonetic name.

Returns:The name_phonetic of this SubscribedServiceBusinessPartner.
Return type:str
tca_cust_account_number

Gets the tca_cust_account_number of this SubscribedServiceBusinessPartner. TCA customer account number.

Returns:The tca_cust_account_number of this SubscribedServiceBusinessPartner.
Return type:str
tca_customer_account_id

Gets the tca_customer_account_id of this SubscribedServiceBusinessPartner. TCA customer account ID.

Returns:The tca_customer_account_id of this SubscribedServiceBusinessPartner.
Return type:int
tca_party_id

Gets the tca_party_id of this SubscribedServiceBusinessPartner. TCA party ID.

Returns:The tca_party_id of this SubscribedServiceBusinessPartner.
Return type:int
tca_party_number

Gets the tca_party_number of this SubscribedServiceBusinessPartner. TCA party number.

Returns:The tca_party_number of this SubscribedServiceBusinessPartner.
Return type:str