SellerInformation¶
-
class
oci.marketplace_publisher.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: - primary_contact (oci.marketplace_publisher.models.Contact) – The value to assign to the primary_contact property of this SellerInformation.
- additional_contacts (list[oci.marketplace_publisher.models.Contact]) – The value to assign to the additional_contacts property of this SellerInformation.
-
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_publisher.models.Contact]
-
primary_contact
¶ Gets the primary_contact of this SellerInformation.
Returns: The primary_contact of this SellerInformation. Return type: oci.marketplace_publisher.models.Contact
-