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-04-09 UTC."],[[["This webpage details the `RenewalSettings` class within the `Google.Cloud.Channel.V1` namespace, which is used for configuring settings for renewable Offers."],["The content provides a list of available versions, with version 2.14.0 being the latest, as well as multiple previous versions going back to version 1.0.0."],["`RenewalSettings` can be set to determine if a plan is automatically renewed, using `EnableRenewal`, the frequency of billing using `PaymentCycle`, and how a reseller is billed, with `PaymentPlan`."],["The class can be initialized with a constructor, `RenewalSettings()`, and also a constructor that accepts another `RenewalSettings` instance, `RenewalSettings(RenewalSettings other)`."],["The class also has the ability to update the number of units at renewal, through the use of `ResizeUnitCount`."]]],[]]