public sealed class RenewalSettings : IMessage<RenewalSettings>, IEquatable<RenewalSettings>, IDeepCloneable<RenewalSettings>, IBufferMessage, IMessage
[[["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 `RenewalSettings` class is used to configure renewal options for renewable offers within the Google Cloud Channel API, with the latest version being 2.14.0, and this documentation covering versions back to 1.0.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes inherited members from the `Object` class."],["There are two constructors for `RenewalSettings`, one default and one that copies settings from another `RenewalSettings` object, allowing for the creation of new instances either empty or based on an existing configuration."],["The `RenewalSettings` class has four key properties: `EnableRenewal` (a boolean to enable or disable plan renewal), `PaymentCycle` (specifies billing frequency), `PaymentPlan` (specifies how billing is done), and `ResizeUnitCount` (a boolean indicating whether to adjust the number of units at renewal time)."],["The documented namespace for this class is `Google.Cloud.Channel.V1`, found within the Google.Cloud.Channel.V1.dll assembly."]]],[]]