Google Cloud Billing v1 API - Class PricingExpression.Types.TierRate (3.7.0)

public sealed class PricingExpression.Types.TierRate : IMessage<PricingExpression.Types.TierRate>, IEquatable<PricingExpression.Types.TierRate>, IDeepCloneable<PricingExpression.Types.TierRate>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Billing v1 API class PricingExpression.Types.TierRate.

The price rate indicating starting usage and its corresponding price.

Inheritance

object > PricingExpression.Types.TierRate

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

TierRate()

public TierRate()

TierRate(TierRate)

public TierRate(PricingExpression.Types.TierRate other)
Parameter
NameDescription
otherPricingExpressionTypesTierRate

Properties

StartUsageAmount

public double StartUsageAmount { get; set; }

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.

Property Value
TypeDescription
double

UnitPrice

public Money UnitPrice { get; set; }

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

Property Value
TypeDescription
Money