askConfirmation property

  1. @BuiltValueField.new(wireName: r'askConfirmation')
bool? get askConfirmation

Show the surcharge details on the terminal, so the shopper can confirm.

Implementation

@BuiltValueField(wireName: r'askConfirmation')
bool? get askConfirmation;