Show / Hide Table of Contents

Class MeteredPricingPlan

Metered pricing plan.

Inheritance
object
PricingPlan
MeteredPricingPlan
Inherited Members
PricingPlan.Rates
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
public class MeteredPricingPlan : PricingPlan

Properties

ExtendedMetadata

Declaration
[JsonProperty(PropertyName = "extendedMetadata")]
public Dictionary<string, string> ExtendedMetadata { get; set; }
Property Value
Type Description
Dictionary<string, string>

Additional metadata key/value pairs for the metering pricing.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MeteredPricingPlan.NameEnum? Name { get; set; }
Property Value
Type Description
MeteredPricingPlan.NameEnum?

The listing's pricing plan name.

Remarks

Required

In this article
Back to top