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 available for `Google.Cloud.Channel.V1.PricePhase` is 2.14.0, and multiple previous versions, ranging from 2.13.0 down to 1.0.0, are also accessible."],["`PricePhase` is a class that specifies pricing details over a duration, such as discounts for the initial months of a service."],["The `PricePhase` class includes properties for `FirstPeriod`, `LastPeriod`, and `PeriodType` to define the duration of the price phase, and it also features `Price` or `PriceTiers` for pricing information."],["`PricePhase` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from Object."],["The `Google.Cloud.Channel.V1` namespace contains the `PricePhase` class, and `Google.Cloud.Channel.V1.dll` is the assembly file associated with it."]]],[]]