Class GoogleCloudBillingPricesV1betaRateTier
Encapsulates a rate price tier.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingPricesV1betaRateTier : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListPrice
List price of one tier.
Declaration
[JsonProperty("listPrice")]
public virtual Money ListPrice { get; set; }
Property Value
Type | Description |
---|---|
Money |
StartAmount
Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with start_amount
0
and 100.
Declaration
[JsonProperty("startAmount")]
public virtual Decimal StartAmount { get; set; }
Property Value
Type | Description |
---|---|
Decimal |