InvoicingUser

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

Bases: object

User.

Methods

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

Attributes

email Gets the email of this InvoicingUser.
first_name Gets the first_name of this InvoicingUser.
last_name Gets the last_name of this InvoicingUser.
name Gets the name of this InvoicingUser.
tca_contact_id Gets the tca_contact_id of this InvoicingUser.
tca_cust_accnt_site_id Gets the tca_cust_accnt_site_id of this InvoicingUser.
tca_party_id Gets the tca_party_id of this InvoicingUser.
user_name Gets the user_name of this InvoicingUser.
__init__(**kwargs)

Initializes a new InvoicingUser 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 InvoicingUser.
  • user_name (str) – The value to assign to the user_name property of this InvoicingUser.
  • first_name (str) – The value to assign to the first_name property of this InvoicingUser.
  • last_name (str) – The value to assign to the last_name property of this InvoicingUser.
  • email (str) – The value to assign to the email property of this InvoicingUser.
  • tca_contact_id (int) – The value to assign to the tca_contact_id property of this InvoicingUser.
  • tca_cust_accnt_site_id (int) – The value to assign to the tca_cust_accnt_site_id property of this InvoicingUser.
  • tca_party_id (int) – The value to assign to the tca_party_id property of this InvoicingUser.
email

Gets the email of this InvoicingUser. Email.

Returns:The email of this InvoicingUser.
Return type:str
first_name

Gets the first_name of this InvoicingUser. First name.

Returns:The first_name of this InvoicingUser.
Return type:str
last_name

Gets the last_name of this InvoicingUser. Last name.

Returns:The last_name of this InvoicingUser.
Return type:str
name

Gets the name of this InvoicingUser. Name.

Returns:The name of this InvoicingUser.
Return type:str
tca_contact_id

Gets the tca_contact_id of this InvoicingUser. TCA contact ID.

Returns:The tca_contact_id of this InvoicingUser.
Return type:int
tca_cust_accnt_site_id

Gets the tca_cust_accnt_site_id of this InvoicingUser. TCA customer account site ID.

Returns:The tca_cust_accnt_site_id of this InvoicingUser.
Return type:int
tca_party_id

Gets the tca_party_id of this InvoicingUser. TCA party ID.

Returns:The tca_party_id of this InvoicingUser.
Return type:int
user_name

Gets the user_name of this InvoicingUser. userName.

Returns:The user_name of this InvoicingUser.
Return type:str