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` is 2.14.0, with previous versions ranging from 2.13.0 down to 1.0.0, all accessible via links provided."],["`RenewalSettings` is a class for managing renewable offers within the Google Cloud Channel API, inheriting from Object and implementing various interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class offers several properties including `EnableRenewal`, `PaymentCycle`, `PaymentPlan`, and `ResizeUnitCount`, allowing for customization of renewal behavior, billing frequency, and seat management."],["The `EnableRenewal` property determines if a plan will continue past its end date, and when combined with `ResizeUnitCount`, it enables the number of units to match the number of active ones at the time of renewal."],["The class can be instantiated through a parameterless constructor or a copy constructor which accepts another `RenewalSettings` object."]]],[]]