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."],[[["The `PercentageAdjustment` class in the Cloud Channel v1 API allows for applying a percentage-based markup or markdown to a bill."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling and object comparison."],["The latest version of the API documentation is 2.14.0, while the current page's focus is on version 2.6.0, and multiple versions ranging from 1.0.0 to 2.14.0 are available for reference."],["`PercentageAdjustment` has a single property, `Percentage`, of type Decimal, representing the adjustment value (e.g., \"-1.00\" for a 1% markdown)."],["The class has two constructors, one default and one that accepts another `PercentageAdjustment` instance for creating copies."]]],[]]