public sealed class RepricingCondition : IMessage<RepricingCondition>, IEquatable<RepricingCondition>, IDeepCloneable<RepricingCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RepricingCondition.
Represents the various repricing conditions you can use for a conditional
override.
[[["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 `RepricingCondition` class in the Google Cloud Channel v1 API allows for defining conditional overrides, representing various repricing conditions."],["This documentation covers versions ranging from 1.0.0 to 2.14.0 of the `RepricingCondition` class, with 2.14.0 being the latest version."],["The `RepricingCondition` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["It includes constructors for creating new instances, either default or by cloning another `RepricingCondition` instance."],["Key properties include `ConditionCase` and `SkuGroupCondition`, used to determine the type of conditional override being applied and to define the specifics of the SKU group condition, respectively."]]],[]]