Show / Hide Table of Contents

Class RespondToOfferQuoteDetails

Details for the offer quote ISV response.

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

Properties

Pricing

Declaration
[Required(ErrorMessage = "Pricing is required.")]
[JsonProperty(PropertyName = "pricing")]
public Pricing Pricing { get; set; }
Property Value
Type Description
Pricing
Remarks

Required

In this article
Back to top