Show / Hide Table of Contents

Class OfferQuoteInternalDetail

The internal details of an offer quote.

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

Properties

OfferIds

Declaration
[JsonProperty(PropertyName = "offerIds")]
public List<string> OfferIds { get; set; }
Property Value
Type Description
List<string>

A list of associated offers.

In this article
Back to top