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 information for the `PercentageAdjustment` class within the Google Cloud Channel v1 API, detailing its implementation in .NET."],["The latest version documented is 2.14.0, but there are also versions available dating back to 1.0.0 with various versions in between, all for `PercentageAdjustment`."],["The `PercentageAdjustment` class allows for defining a percentage-based adjustment to an entire bill, including markups and markdowns, with a pass-through option at 0.00%."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, among others, allowing for message handling, equality checking and deep cloning capabilities."],["The key property of `PercentageAdjustment` is the `Percentage`, which is a decimal value representing the adjustment percentage, as well as the public constructor for the class."]]],[]]