public sealed class PricePhase : IMessage<PricePhase>, IEquatable<PricePhase>, IDeepCloneable<PricePhase>, IBufferMessage, IMessage
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` namespace, detailing its structure and functionality across various versions."],["`PricePhase` is designed to specify pricing structures based on the duration of months, supporting features like discounts that vary over time."],["The documentation includes a list of available versions, ranging from 1.0.0 to the latest 2.14.0, for the Google Cloud Channel API `PricePhase`."],["The `PricePhase` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties to define the period, period type, price, and price tiers."],["The `PricePhase` class can be instantiated with a constructor with no parameter, or with another `PricePhase` object."]]],[]]