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 latest version of `PricePhase` is 2.14.0, which is part of the Google.Cloud.Channel.V1 library, and there are multiple previous versions available, ranging from 2.13.0 down to 1.0.0."],["`PricePhase` is a class used to specify pricing based on the duration in months, such as offering discounts that change over time."],["The `PricePhase` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, allowing for detailed definition of the pricing structure over time."],["The `PricePhase` can take in the parameters `PricePhase other` in the constructor to copy values from another instance."]]],[]]