Class Rate
A SKU price consisting of tiered rates.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Rate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tiers
The service tiers.
Declaration
[JsonProperty("tiers")]
public virtual IList<RateTier> Tiers { get; set; }
Property Value
Type | Description |
---|---|
IList<RateTier> |
Unit
The SKU's pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this field will show
'By'. The start_amount
field in each tier will be in this unit.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitCount
The SKU's count for the pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this column will show 1000000.
Declaration
[JsonProperty("unitCount")]
public virtual double? UnitCount { get; set; }
Property Value
Type | Description |
---|---|
double? |