public sealed class CommitmentSettings : IMessage<CommitmentSettings>, IEquatable<CommitmentSettings>, IDeepCloneable<CommitmentSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CommitmentSettings.
[[["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."],[[["The latest version of the `CommitmentSettings` class is 2.14.0, but this page specifically documents version 2.9.0 of the class within the Cloud Channel v1 API."],["`CommitmentSettings` is a class used for managing settings related to commitment-based offers within the Cloud Channel API."],["The `CommitmentSettings` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CommitmentSettings` class include `EndTime`, `RenewalSettings`, and `StartTime`, which manage commitment duration and renewal options, all using `Timestamp`."],["The class can be constructed in two ways: the default empty constructor `CommitmentSettings()` or the copy constructor `CommitmentSettings(CommitmentSettings other)` that takes another `CommitmentSettings` as input."]]],[]]