qrCodeData property

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

Data to print on the receipt as a QR code. This can include static text and the following variables: - ${merchantreference}: the merchant reference of the transaction. - ${pspreference}: the PSP reference of the transaction. For example, http://www.example.com/order/${pspreference}/${merchantreference}.

Implementation

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