Show / Hide Table of Contents

Class RateCardTier

Rate Card Tier details

Inheritance
object
RateCardTier
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsubsubscriptionService.Models
Assembly: OCI.DotNetSDK.Osubsubscription.dll
Syntax
public class RateCardTier

Properties

NetUnitPrice

Declaration
[JsonProperty(PropertyName = "netUnitPrice")]
public string NetUnitPrice { get; set; }
Property Value
Type Description
string

Rate card tier net unit price

OveragePrice

Declaration
[JsonProperty(PropertyName = "overagePrice")]
public string OveragePrice { get; set; }
Property Value
Type Description
string

Rate card tier overage price

UpToQuantity

Declaration
[JsonProperty(PropertyName = "upToQuantity")]
public string UpToQuantity { get; set; }
Property Value
Type Description
string

Rate card tier quantity range

In this article
Back to top