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."],[[["This webpage details the `RenewalSettings` class within the `Google.Cloud.Channel.V1` namespace, specifically for version 1.6.0, and it also provides documentation for versions ranging from 1.0.0 to 2.14.0."],["The `RenewalSettings` class manages the settings for renewable offers, including properties like `EnableRenewal`, `PaymentCycle`, `PaymentPlan`, and `ResizeUnitCount`."],["The `RenewalSettings` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `RenewalSettings` class offers two constructors, one default and another to copy settings from an existing `RenewalSettings` object."]]],[]]