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 documentation for the `PricePhase` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to the latest 2.14.0."],["`PricePhase` is designed to specify pricing structures that vary over time, such as discounts that change after a certain number of months."],["The `PricePhase` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a flexible class for use in different projects."],["Key properties of the `PricePhase` class include `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, allowing for detailed configuration of pricing structures."],["There are two constructors available for the `PricePhase` class, a default one, and one that takes in a `PricePhase` object to allow for copying."]]],[]]