Show / Hide Table of Contents

Class ResellerInformation

The information related to the reseller of an offer quote.

Inheritance
object
ResellerInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceprivateofferService.Models
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class ResellerInformation

Properties

AdditionalContacts

Declaration
[JsonProperty(PropertyName = "additionalContacts")]
public List<Contact> AdditionalContacts { get; set; }
Property Value
Type Description
List<Contact>

The additional contacts associated with the reseller.

PrimaryContact

Declaration
[JsonProperty(PropertyName = "primaryContact")]
public Contact PrimaryContact { get; set; }
Property Value
Type Description
Contact
In this article
Back to top