public sealed class RepricingAdjustment : IMessage<RepricingAdjustment>, IEquatable<RepricingAdjustment>, IDeepCloneable<RepricingAdjustment>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RepricingAdjustment.
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 provides documentation for the `RepricingAdjustment` class within the Google Cloud Channel v1 API, specifically for the .NET environment, covering versions from 1.0.0 to the latest 2.14.0."],["The `RepricingAdjustment` class is designed to represent various adjustments that can be applied to a bill within the Cloud Channel API and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RepricingAdjustment` class offers two constructors: a default constructor and a constructor that accepts another `RepricingAdjustment` object for copying."],["The class includes an `AdjustmentCase` property that allows you to determine which type of repricing adjustment is applied, and a `PercentageAdjustment` property for setting a percentage-based adjustment on a bill."]]],[]]