BuyerInformation

class oci.marketplace_private_offer.models.BuyerInformation(**kwargs)

Bases: object

The information related to the buyer of an Offer

Methods

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

Attributes

additional_contacts Gets the additional_contacts of this BuyerInformation.
company_name Gets the company_name of this BuyerInformation.
note_to_buyer Gets the note_to_buyer of this BuyerInformation.
primary_contact Gets the primary_contact of this BuyerInformation.
__init__(**kwargs)

Initializes a new BuyerInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • company_name (str) – The value to assign to the company_name property of this BuyerInformation.
  • note_to_buyer (str) – The value to assign to the note_to_buyer property of this BuyerInformation.
  • primary_contact (oci.marketplace_private_offer.models.Contact) – The value to assign to the primary_contact property of this BuyerInformation.
  • additional_contacts (list[oci.marketplace_private_offer.models.Contact]) – The value to assign to the additional_contacts property of this BuyerInformation.
additional_contacts

Gets the additional_contacts of this BuyerInformation. the additional contacts associated with the buyer

Returns:The additional_contacts of this BuyerInformation.
Return type:list[oci.marketplace_private_offer.models.Contact]
company_name

Gets the company_name of this BuyerInformation. the name of the company for the buyer

Returns:The company_name of this BuyerInformation.
Return type:str
note_to_buyer

Gets the note_to_buyer of this BuyerInformation. a note the seller can specify for the buyer through a notification email

Returns:The note_to_buyer of this BuyerInformation.
Return type:str
primary_contact

Gets the primary_contact of this BuyerInformation.

Returns:The primary_contact of this BuyerInformation.
Return type:oci.marketplace_private_offer.models.Contact