public sealed class PricePhase : IMessage<PricePhase>, IEquatable<PricePhase>, IDeepCloneable<PricePhase>, IBufferMessage, IMessage
Specifies the price by the duration of months.
For example, a 20% discount for the first six months, then a 10% discount
starting on the seventh month.
[[["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 `PricePhase` class defines pricing structures with varying discounts over time, such as a 20% discount for the first six months followed by a 10% discount thereafter."],["This documentation provides version-specific details for the `PricePhase` class within the `Google.Cloud.Channel.V1` namespace, ranging from version 1.0.0 up to the latest version 2.14.0."],["`PricePhase` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `PricePhase` class includes properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers` to define the specifics of each pricing phase."],["The most recent version of `PricePhase` is 2.14.0, which is the latest version available in this documentation, and version 1.4.0 is the base point of the class's documentation."]]],[]]