Class OfferQuoteInternalDetail
The internal details of an offer quote.
Inherited Members
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. |