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."],[[["The latest version of the `PricePhase` class within the Cloud Channel v1 API is 2.14.0, with documentation available for versions dating back to 1.0.0."],["The `PricePhase` class is used to specify pricing based on the duration in months, allowing for tiered discounts and varied pricing structures over time."],["The `PricePhase` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf system and its capabilities."],["Key properties of the `PricePhase` class include `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which define the duration, type, and amount of pricing."]]],[]]