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, detailing its properties, constructors, and implementations."],["The `PricePhase` class is used to specify pricing for a product over a defined duration, such as discounts that change after a certain number of months."],["There is a list of available versions for the API from version 1.0.0 to the latest version, 2.14.0, with specific links to each version's documentation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing details about its inheritance and implementation structure."],["The class has several properties, such as `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which are described with their types and purposes in defining the pricing phase."]]],[]]