tipAmount property

  1. @BuiltValueField.new(wireName: r'TipAmount')
num? get tipAmount

Amount paid for a tip. Allow the printing of the tip on the receipt, and to qualify the tip part of the amount.

Implementation

@BuiltValueField(wireName: r'TipAmount')
num? get tipAmount;