AdditionalInfo¶
-
class
oci.marketplace_publisher.models.
AdditionalInfo
(**kwargs)¶ Bases:
object
Additional information about the lead
Methods
__init__
(**kwargs)Initializes a new AdditionalInfo object with values from keyword arguments. Attributes
company
Gets the company of this AdditionalInfo. company_address
Gets the company_address of this AdditionalInfo. email
Gets the email of this AdditionalInfo. first_name
Gets the first_name of this AdditionalInfo. last_name
Gets the last_name of this AdditionalInfo. notes
Gets the notes of this AdditionalInfo. phone
Gets the phone of this AdditionalInfo. -
__init__
(**kwargs)¶ Initializes a new AdditionalInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - company (str) – The value to assign to the company property of this AdditionalInfo.
- company_address (str) – The value to assign to the company_address property of this AdditionalInfo.
- email (str) – The value to assign to the email property of this AdditionalInfo.
- first_name (str) – The value to assign to the first_name property of this AdditionalInfo.
- last_name (str) – The value to assign to the last_name property of this AdditionalInfo.
- phone (str) – The value to assign to the phone property of this AdditionalInfo.
- notes (str) – The value to assign to the notes property of this AdditionalInfo.
-
company
¶ Gets the company of this AdditionalInfo. The company name
Returns: The company of this AdditionalInfo. Return type: str
-
company_address
¶ Gets the company_address of this AdditionalInfo. The company address
Returns: The company_address of this AdditionalInfo. Return type: str
-
email
¶ Gets the email of this AdditionalInfo. The email address
Returns: The email of this AdditionalInfo. Return type: str
-
first_name
¶ Gets the first_name of this AdditionalInfo. The first name
Returns: The first_name of this AdditionalInfo. Return type: str
-
last_name
¶ Gets the last_name of this AdditionalInfo. The last name
Returns: The last_name of this AdditionalInfo. Return type: str
-
notes
¶ Gets the notes of this AdditionalInfo. Additional notes
Returns: The notes of this AdditionalInfo. Return type: str
-
phone
¶ Gets the phone of this AdditionalInfo. The phone number
Returns: The phone of this AdditionalInfo. Return type: str
-