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 latest version of the `PercentageAdjustment` class within the Google Cloud Channel v1 API is 2.14.0."],["This `PercentageAdjustment` class is designed to apply a percentage-based markup or markdown to billing."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Percentage` property, of type `Decimal`, defines the percentage adjustment applied to a bill, where negative values are markdowns and positive values are markups."],["The code for this class is accessible in the `Google.Cloud.Channel.V1.dll` assembly, within the `Google.Cloud.Channel.V1` namespace."]]],[]]