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-04-09 UTC."],[[["The `PercentageAdjustment` class in the Google Cloud Channel v1 API allows for the application of a flat markup or markdown to an entire bill."],["This class has been implemented across multiple versions, ranging from 1.0.0 to the latest version 2.14.0, with numerous versions in between that can be accessed."],["The `PercentageAdjustment` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of `PercentageAdjustment` is `Percentage`, which is a `Decimal` type and represents the percentage of the bill to adjust, with negative values for markdowns and positive for markups."],["The `PercentageAdjustment` class offers two constructors, one default and another that takes another `PercentageAdjustment` object as a parameter."]]],[]]