public sealed class PricePhase : IMessage<PricePhase>, IEquatable<PricePhase>, IDeepCloneable<PricePhase>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class PricePhase.
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 provides reference documentation for the `PricePhase` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to 2.14.0, with 2.14.0 being the latest."],["The `PricePhase` class, which is part of the `Google.Cloud.Channel.V1` namespace, defines pricing based on the duration of months, allowing for discounts that vary over time."],["Key properties of the `PricePhase` class include `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which specify the duration, type, and actual pricing for each phase."],["The class `PricePhase` also implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are provided for the `PricePhase` class: a default constructor `PricePhase()` and a copy constructor `PricePhase(PricePhase other)`."]]],[]]