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-03-21 UTC."],[[["The `RepricingCondition` class in the Google Cloud Channel v1 API allows for defining conditional overrides, with the latest version being 2.14.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like deep cloning and buffer message handling."],["The `RepricingCondition` class, found within the `Google.Cloud.Channel.V1` namespace, can be instantiated using a default constructor or a copy constructor."],["The class contains a `ConditionCase` property to determine the specific condition type and a `SkuGroupCondition` property to configure overrides based on SKU groups."],["There is reference documentation for the Google Cloud Channel v1 API available for multiple versions, from 1.0.0 to 2.14.0."]]],[]]