percentage property

GoogleTypeDecimal? percentage
getter/setter pair

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"

Implementation

GoogleTypeDecimal? percentage;