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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference documentation for the `PricingExpression.Types.TierRate` class within the Google Cloud Billing v1 API, detailing its implementation and usage in .NET."],["The `TierRate` class represents a price rate for billing, indicating the starting usage amount and its corresponding unit price, defining how costs are structured."],["It is a part of `Google.Cloud.Billing.V1` namespace and is available within the `Google.Cloud.Billing.V1.dll` assembly, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TierRate` class has properties to define `StartUsageAmount`, a `double`, and `UnitPrice`, of type `Money`, offering the ability to define the price rate per unit of usage."],["Multiple versions of the `PricingExpression.Types.TierRate` documentation are available, ranging from version 2.2.0 to 3.9.0, with 3.9.0 being the latest."]]],[]]