percentage property
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;
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"
GoogleTypeDecimal? percentage;