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-09 UTC."],[[["This document provides reference documentation for the `PricingExpression.Types.TierRate` class within the Google Cloud Billing v1 API, specifically version 3.7.0."],["`PricingExpression.Types.TierRate` represents a price rate that indicates the starting usage amount and its corresponding price, designed to show the pricing per usage unit."],["The class includes properties like `StartUsageAmount` (a double) and `UnitPrice` (a `Money` type) to define the tier's pricing structure."],["The `TierRate` class is available in multiple versions, ranging from 2.2.0 to the latest 3.9.0, with each version accessible through the documentation."],["The `TierRate` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]