public sealed class RepricingAdjustment : IMessage<RepricingAdjustment>, IEquatable<RepricingAdjustment>, IDeepCloneable<RepricingAdjustment>, IBufferMessage, IMessage
A type that represents the various adjustments you can apply to a bill.
[[["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 webpage details the `RepricingAdjustment` class, which is used to define various adjustments that can be applied to a bill within the `Google.Cloud.Channel.V1` namespace."],["It outlines different versions of the `RepricingAdjustment` class, ranging from version 1.0.0 up to the latest 2.14.0, allowing you to access documentation for previous releases."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, deep cloning, and buffer message operations."],["The `RepricingAdjustment` class features two constructors, one default and one that allows creating a new instance by cloning an existing `RepricingAdjustment` object."],["The class includes properties such as `AdjustmentCase` and `PercentageAdjustment` for managing the type and details of adjustments."]]],[]]