public sealed class RenewalSettings : IMessage<RenewalSettings>, IEquatable<RenewalSettings>, IDeepCloneable<RenewalSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RenewalSettings.
[[["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."],[[["The `RenewalSettings` class in the Google.Cloud.Channel.V1 namespace manages renewal configurations for renewable offers within the Cloud Channel v1 API."],["Version 2.14.0 is the latest available version, while the documentation covers versions ranging from 1.0.0 to 2.14.0, including 2.8.0 specifically."],["The `RenewalSettings` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["Properties within `RenewalSettings` include `EnableRenewal`, `PaymentCycle`, `PaymentPlan`, and `ResizeUnitCount`, allowing control over whether a plan will renew, how often the reseller is billed, the billing method, and if the unit count should adjust upon renewal."],["The `RenewalSettings` class has two constructors, one default and one to initialize itself with another `RenewalSettings` object."]]],[]]