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 latest version available for `RenewalSettings` within the `Google.Cloud.Channel.V1` namespace is 2.14.0, and there are several previous versions ranging from 1.0.0 to 2.13.0."],["The `RenewalSettings` class is designed for handling renewal options for renewable offers, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RenewalSettings` include `EnableRenewal`, determining if a plan will renew or end, `PaymentCycle` for billing frequency, `PaymentPlan` for billing method, and `ResizeUnitCount`, which adjusts active units at renewal if enabled."],["Constructors are available for both creating a new `RenewalSettings` object and for creating a copy of an existing `RenewalSettings` object, with a description detailing the parameter used for the latter."]]],[]]