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 markup or markdown to a bill."],["The latest version of `PercentageAdjustment` is 2.14.0, with various prior versions, ranging from 1.0.0 up to 2.13.0, also documented and available."],["The `PercentageAdjustment` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class contains a `Percentage` property of type `Decimal` that allows for setting the bill's adjustment, where negative values indicate markdown, positive values indicate markup, and 0.00 indicates no change."],["The class provides two constructors: a parameterless constructor and one that accepts an existing `PercentageAdjustment` instance to create a copy."]]],[]]