Show / Hide Table of Contents

Class PricingPlan

A pricing plan provided by the Publisher.

Inheritance
object
PricingPlan
MeteredPricingPlan
SaaSPricingPlan
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
[JsonConverter(typeof(PricingPlanModelConverter))]
public class PricingPlan

Properties

Rates

Declaration
[Required(ErrorMessage = "Rates is required.")]
[JsonProperty(PropertyName = "rates")]
public List<PricingRate> Rates { get; set; }
Property Value
Type Description
List<PricingRate>

List of pricing rates provider by publisher.

Remarks

Required

In this article
Back to top