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"]],[["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-03-21 UTC."],[[["The latest version of the `TierRate` class is 3.9.0, with a comprehensive history of versions available, including the current version 2.3.0."],["`TierRate` is a class that defines the price rate for usage, including the starting usage amount and the corresponding price."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits from the `Object` class."],["`TierRate` has two constructors: a parameterless constructor and one that accepts another `TierRate` instance for copying."],["Key properties of `TierRate` include `StartUsageAmount`, a double representing the usage amount at which the price rate applies, and `UnitPrice`, a `Money` object representing the price per unit of usage."]]],[]]