Class PercentageAdjustment (1.11.0)

PercentageAdjustment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An adjustment that applies a flat markup or markdown to an entire bill.

Attribute

NameDescription
percentage google.type.decimal_pb2.Decimal
The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00".