Show / Hide Table of Contents

Class IsvInformation

The information related to the ISV of an offer quote.

Inheritance
object
IsvInformation
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 IsvInformation

Properties

AdditionalContacts

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

The additional contacts associated with the ISV.

PrimaryContact

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