transactionName property

  1. @TagNumber(2)
FFValue get transactionName

@doc The name that will appear on receipts and in the records.

Implementation

@$pb.TagNumber(2)
FFValue get transactionName => $_getN(1);
  1. @TagNumber(2)
set transactionName (FFValue value)

Implementation

@$pb.TagNumber(2)
set transactionName(FFValue value) => $_setField(2, value);