public sealed class PercentageAdjustment : IMessage<PercentageAdjustment>, IEquatable<PercentageAdjustment>, IDeepCloneable<PercentageAdjustment>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class PercentageAdjustment.
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 page provides documentation for the `PercentageAdjustment` class within the Google Cloud Channel v1 API, detailing its usage for applying percentage-based adjustments to bills."],["The latest version of the `PercentageAdjustment` class documented is 2.14.0, while the page specifically refers to version 2.5.0, and offers access to documentation for versions back to 1.0.0."],["The `PercentageAdjustment` class can be utilized to mark up or mark down an entire bill by a specified percentage, or pass-through (0.00)."],["`PercentageAdjustment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has one property, `Percentage`, which is of type Decimal and represents the percentage to adjust the bill, with positive and negative numbers representing markups and markdowns, respectively."]]],[]]