public sealed class TierRate : IMessage<PricingExpression.Types.TierRate>, IEquatable<PricingExpression.Types.TierRate>, IDeepCloneable<PricingExpression.Types.TierRate>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTierRate\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Billing.V1\u003c/code\u003e namespace represents the pricing structure for usage, indicating both the starting usage threshold and the corresponding price.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.9.0 is the latest version of the \u003ccode\u003eTierRate\u003c/code\u003e documentation, which is part of the \u003ccode\u003eGoogle.Cloud.Billing.V1\u003c/code\u003e library, while multiple other versions from 3.8.0 down to 2.2.0 are available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTierRate\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor (\u003ccode\u003eTierRate()\u003c/code\u003e) and one that takes another \u003ccode\u003eTierRate\u003c/code\u003e object as a parameter for easy copying (\u003ccode\u003eTierRate(PricingExpression.Types.TierRate other)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTierRate\u003c/code\u003e includes properties \u003ccode\u003eStartUsageAmount\u003c/code\u003e which defines the amount of usage before unit pricing kicks in, and \u003ccode\u003eUnitPrice\u003c/code\u003e, which defines the cost of each unit of usage.\u003c/p\u003e\n"]]],[],null,[]]