Class PricingPlan
A pricing plan provided by the Publisher.
Inherited Members
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