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 based on the duration of months."],["The latest version available for this class is 2.14.0, with multiple other versions listed, ranging from 1.0.0 to 2.13.0, providing access to prior releases."],["The `PricePhase` class, implementing interfaces like `IMessage` and `IEquatable`, includes properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which are crucial for defining the pricing phases and related details."],["The page also lists the constructors of the `PricePhase` class, that has two options: a default one with no arguments, and one that takes another instance of `PricePhase`."],["The `PricePhase` class allows to use and set prices by periods, including the use of price tiers for complex price breakdown."]]],[]]