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 latest version of the \u003ccode\u003eTierRate\u003c/code\u003e class is 3.9.0, with a comprehensive history of versions available, including the current version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTierRate\u003c/code\u003e is a class that defines the price rate for usage, including the starting usage amount and the corresponding price.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, among others, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTierRate\u003c/code\u003e has two constructors: a parameterless constructor and one that accepts another \u003ccode\u003eTierRate\u003c/code\u003e instance for copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eTierRate\u003c/code\u003e include \u003ccode\u003eStartUsageAmount\u003c/code\u003e, a double representing the usage amount at which the price rate applies, and \u003ccode\u003eUnitPrice\u003c/code\u003e, a \u003ccode\u003eMoney\u003c/code\u003e object representing the price per unit of usage.\u003c/p\u003e\n"]]],[],null,[]]