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 webpage provides reference documentation and code samples for the Cloud Channel v1 API class `PricePhase`, with version 2.14.0 being the most recent."],["The `PricePhase` class defines pricing for a specific duration, allowing for tiered pricing and discounts over time, with customizable first and last periods."],["The `PricePhase` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["Key properties of `PricePhase` include `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers`, which allow for detailed configuration of the pricing phase."],["The document lists a comprehensive history of the `PricePhase` versions, from 1.0.0 up to the latest version of 2.14.0."]]],[]]