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."],[[["This webpage details the `PricePhase` class within the `Google.Cloud.Channel.V1` namespace, which is used to define pricing structures over specific durations."],["The `PricePhase` class, implemented through multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allows for defining price phases with properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`."],["The documentation covers a range of versions for the `PricePhase` class, from version 1.0.0 up to the latest 2.14.0, providing access to documentation for each specific version."],["The class provides the ability to specify pricing, either through a single `Price` or through multiple tiered `PriceTiers`, with the ability to set first and last periods."]]],[]]