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 provided content details the `PricePhase` class within the Google Cloud Channel v1 API, specifying price structures over a set duration."],["The latest version of this class is listed as 2.14.0, with multiple prior versions available, ranging down to version 1.0.0."],["The `PricePhase` class, which inherits from `object` and implements several interfaces, has properties such as `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`."],["The document outlines that the `PricePhase` class is a class that specifies the pricing structure for a product by the duration of months, which can include tiered pricing and discounts, as specified by its properties."],["It is used within the `Google.Cloud.Channel.V1` namespace and is part of the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]