merchantVoid property

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

Print a merchant receipt when a previous transaction is voided.

Implementation

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