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 page provides documentation for the `PricePhase` class within the Google.Cloud.Channel.V1 namespace, detailing its implementation and usage."],["The `PricePhase` class specifies pricing based on a duration of months, allowing for tiered discounts or pricing changes over time, as indicated by the defined periods and types."],["The latest version of the `PricePhase` class is 2.14.0, with multiple previous versions also available for reference, going back to version 1.0.0."],["Key properties of the `PricePhase` class include `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which are essential for defining and structuring the pricing phases."],["The class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, highlighting its capabilities in message handling, equality comparison, deep cloning, and buffer operations."]]],[]]