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 document provides reference documentation for the `PercentageAdjustment` class within the Google Cloud Channel v1 API, detailing its properties, constructors, inheritance, and implementations."],["The latest version of the API documented is 2.14.0, with a range of previous versions also listed, starting from 1.0.0 up to 2.13.0."],["`PercentageAdjustment` is designed to apply a markup or markdown to a bill and is implemented to have functionalities such as creating a copy of itself and message buffer implementations."],["The class has a `Percentage` property, which is of type Decimal, that is used to specify the percentage to adjust the bill, allowing for both markups and markdowns."],["The PercentageAdjustment class utilizes several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]