headerForAuthorizedReceipt property

  1. @BuiltValueField.new(wireName: r'headerForAuthorizedReceipt')
String? get headerForAuthorizedReceipt

The structure of the header to show on the shopper receipt. You can define the order of one or two header lines and blank lines. For example, header1,header2,filler. The text of the header lines is defined in the Customer Area under In-person payments > Terminal settings > Receipts in the Receipt lines block.

Implementation

@BuiltValueField(wireName: r'headerForAuthorizedReceipt')
String? get headerForAuthorizedReceipt;