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."],[[["This webpage details the `RepricingAdjustment` class, which is used to apply adjustments to a bill within the Google Cloud Channel API."],["The latest version of `RepricingAdjustment` is 2.14.0, but the page also provides documentation for a range of other versions, dating back to version 1.0.0."],["The `RepricingAdjustment` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, object comparison, deep cloning, and buffer management."],["The `RepricingAdjustment` class has two constructors: a default constructor and a copy constructor, enabling object creation and cloning respectively."],["The class provides two properties, one of type `RepricingAdjustment.AdjustmentOneofCase` and the second a `PercentageAdjustment`, allowing for the handling of specific adjustments and the setting of a flat markup or markdown."]]],[]]