Class SellerInformation
The information related to the seller of an Offer
Inherited Members
Namespace: Oci.MarketplaceprivateofferService.Models
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class SellerInformation
Properties
AdditionalContacts
Declaration
[JsonProperty(PropertyName = "additionalContacts")]
public List<Contact> AdditionalContacts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Contact> | the additional contacts associated with the seller |
PrimaryContact
Declaration
[JsonProperty(PropertyName = "primaryContact")]
public Contact PrimaryContact { get; set; }
Property Value
| Type | Description |
|---|---|
| Contact |