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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003ePricePhase\u003c/code\u003e is 2.14.0, which is part of the Google.Cloud.Channel.V1 library, and there are multiple previous versions available, ranging from 2.13.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePricePhase\u003c/code\u003e is a class used to specify pricing based on the duration in months, such as offering discounts that change over time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePricePhase\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eFirstPeriod\u003c/code\u003e, \u003ccode\u003eLastPeriod\u003c/code\u003e, \u003ccode\u003ePeriodType\u003c/code\u003e, \u003ccode\u003ePrice\u003c/code\u003e, and \u003ccode\u003ePriceTiers\u003c/code\u003e, allowing for detailed definition of the pricing structure over time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePricePhase\u003c/code\u003e can take in the parameters \u003ccode\u003ePricePhase other\u003c/code\u003e in the constructor to copy values from another instance.\u003c/p\u003e\n"]]],[],null,[]]