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."],[[["The `RepricingAdjustment` class in the Cloud Channel v1 API allows for the application of various adjustments to a bill."],["Version 2.14.0 is the latest version available for the Google.Cloud.Channel.V1.RepricingAdjustment class, with several other versions dating back to 1.0.0 also accessible."],["`RepricingAdjustment` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the .NET environment."],["This class includes constructors for creating new instances, either empty or based on an existing `RepricingAdjustment` object."],["The class contains the `AdjustmentCase` property, which defines the type of adjustment, along with a `PercentageAdjustment` property that allows for flat markup or markdown adjustments."]]],[]]