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 `PricePhase` class in the Google Cloud Channel v1 API defines pricing for a specific duration, allowing for tiered or period-based discounts."],["This API class, which is part of the `Google.Cloud.Channel.V1` namespace, supports several versions, with the latest being 2.14.0 and the page's current version set at 2.8.0."],["`PricePhase` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for working with price phases, including managing the first and last periods, the period type, and price tiers."],["The class allows you to set the `FirstPeriod`, `LastPeriod`, `PeriodType`, and `Price` properties, as well as manage `PriceTiers` using the `RepeatedField\u003cPriceTier\u003e`."]]],[]]