Class RespondToOfferQuoteDetails
Details for the offer quote ISV response.
Inherited Members
Namespace: Oci.MarketplaceprivateofferService.Models
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class RespondToOfferQuoteDetails
Properties
Pricing
Declaration
[Required(ErrorMessage = "Pricing is required.")]
[JsonProperty(PropertyName = "pricing")]
public Pricing Pricing { get; set; }
Property Value
| Type | Description |
|---|---|
| Pricing |
Remarks
Required