SellerInformation

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

Bases: object

The information related to the seller of an Offer

Methods

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

Attributes

additional_contacts Gets the additional_contacts of this SellerInformation.
primary_contact Gets the primary_contact of this SellerInformation.
__init__(**kwargs)

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

Parameters:
additional_contacts

Gets the additional_contacts of this SellerInformation. the additional contacts associated with the seller

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

Gets the primary_contact of this SellerInformation.

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