Class Price
The price of a SKU at a point int time.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Price : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveTime
The timestamp within the estimation time frame when the price was set.
Declaration
[JsonProperty("effectiveTime")]
public virtual EstimationTimePoint EffectiveTime { get; set; }
Property Value
Type | Description |
---|---|
EstimationTimePoint |
PriceType
The type of price. Possible values: "RATE"
Declaration
[JsonProperty("priceType")]
public virtual string PriceType { get; set; }
Property Value
Type | Description |
---|---|
string |
Rate
A set of tiered rates.
Declaration
[JsonProperty("rate")]
public virtual Rate Rate { get; set; }
Property Value
Type | Description |
---|---|
Rate |