Class RateCardTier
Rate Card Tier details
Inherited Members
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 |