Show / Hide Table of Contents

Class TierRate

The price rate indicating starting usage and its corresponding price.

Inheritance
object
TierRate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class TierRate : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartUsageAmount

Usage is priced at this rate only after this amount. Example: start_usage_amount of 10 indicates that the usage will be priced at the unit_price after the first 10 usage_units.

Declaration
[JsonProperty("startUsageAmount")]
public virtual double? StartUsageAmount { get; set; }
Property Value
Type Description
double?

UnitPrice

The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.

Declaration
[JsonProperty("unitPrice")]
public virtual Money UnitPrice { get; set; }
Property Value
Type Description
Money

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX