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 content provides documentation for the `PricePhase` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to 2.14.0, with 2.14.0 being the latest version."],["`PricePhase` is used to specify pricing structures based on time durations, such as applying discounts for specific periods like the first six months of a contract."],["The class `PricePhase` is an object that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with specific properties like `FirstPeriod`, `LastPeriod`, `PeriodType`, `Price`, and `PriceTiers` that dictate its structure."],["The documentation details the constructors for `PricePhase`, which includes a default constructor and one that takes another `PricePhase` object as a parameter for copying."],["This API has its own unique namespace which is `Google.Cloud.Channel.V1` and its functions are contained within the `Google.Cloud.Channel.V1.dll`."]]],[]]