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 within the Google Cloud Channel v1 API allows configuration of renewal options for offers, including whether a plan will automatically renew or terminate."],["The latest version of the `RenewalSettings` class is 2.14.0, and numerous previous versions are available, ranging from 1.0.0 to 2.13.0."],["`RenewalSettings` allows for controlling the payment cycle, such as monthly billing frequency, and determining the payment plan for a reseller."],["The `EnableRenewal` property determines if the plan will renew at the end date, and `ResizeUnitCount` controls whether the number of units at renewal will match the number of active units at renewal."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it's designed for complex data handling within the Google Cloud ecosystem."]]],[]]