public sealed class PercentageAdjustment : IMessage<PercentageAdjustment>, IEquatable<PercentageAdjustment>, IDeepCloneable<PercentageAdjustment>, IBufferMessage, IMessage
An adjustment that applies a flat markup or markdown to an entire 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 `PercentageAdjustment` class within the `Google.Cloud.Channel.V1` namespace, which is used to apply a percentage-based markup or markdown to a bill."],["The `PercentageAdjustment` class has a `Percentage` property, allowing for adjustments, and can be passed through with a \"0.00\" value."],["The page lists available versions of the `PercentageAdjustment` class, with version 2.14.0 being the latest and 1.0.0 the earliest."],["`PercentageAdjustment` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]