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 webpage provides documentation for the `PercentageAdjustment` class within the Google Cloud Channel v1 API for .NET."],["The latest version of the API documented is 2.14.0, but this specific page focuses on version 2.11.0, and provides a list of documentation for older versions as far back as 1.0.0."],["`PercentageAdjustment` is used to apply a flat percentage markup or markdown to a bill, with properties to set the adjustment percentage."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation details available constructors, such as a default constructor and one that accepts another `PercentageAdjustment` object, and the `Percentage` property, which is of the decimal type."]]],[]]