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 specifies pricing details, such as discounts, over a certain duration of months, and is currently at version 2.14.0, with documentation available for versions dating back to 1.0.0."],["`PricePhase` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PricePhase` class has constructors for creating a new instance and copying another instance, and includes properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers` to define pricing phases and their characteristics."],["The `PeriodType` property in `PricePhase` defines the phase period type, while `Price` represents the price of the phase, and `PriceTiers` represent price tiers."],["The `PricePhase` class is part of the Google.Cloud.Channel.V1 namespace and is within the Google.Cloud.Channel.V1.dll assembly."]]],[]]