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 `PricePhase` class defines pricing structures for products, specifying costs over a certain duration, potentially involving discounts or tiered pricing."],["Version 2.14.0 is the latest version available for the `PricePhase` class, with a history of versions going back to 1.0.0, all within the Google.Cloud.Channel.V1 namespace."],["The `PricePhase` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it interacts correctly within the .NET environment."],["The class includes properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers` to detail the specifics of a pricing phase, such as duration, period type, and tiered pricing options."],["The `PricePhase` class offers two constructors: a default constructor `PricePhase()`, and a constructor that takes another `PricePhase` object for copying purposes, `PricePhase(PricePhase other)`."]]],[]]