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 latest version available for the `RenewalSettings` class in the Cloud Channel v1 API is 2.14.0, while the current page's content pertains to version 2.7.0, offering links to older versions."],["The `RenewalSettings` class within the `Google.Cloud.Channel.V1` namespace provides configurations for renewable Offers."],["This class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RenewalSettings` class include `EnableRenewal` (a boolean to determine if a plan should renew), `PaymentCycle` (frequency of billing), `PaymentPlan` (how the reseller will be billed), and `ResizeUnitCount` (a boolean to determine if the number of units will be adjusted upon renewal)."],["The `RenewalSettings` class has a constructor that takes another `RenewalSettings` instance as a parameter to create a copy, and a basic one as well."]]],[]]