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 of the `RenewalSettings` class is 2.14.0, with previous versions ranging from 2.13.0 down to 1.0.0, all under the Google.Cloud.Channel.V1 namespace."],["The `RenewalSettings` class is used to define renewal configurations for renewable offers within the Google Cloud Channel API, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `EnableRenewal`, `PaymentCycle`, `PaymentPlan`, and `ResizeUnitCount`, allowing for customization of renewal behavior, billing frequency, billing plan, and unit resizing at renewal."],["There are two constructors available for `RenewalSettings`: a default one and one that takes an existing `RenewalSettings` object as a parameter."],["It inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]