logo property

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

The receipt logo converted to a Base64-encoded string. The image must be a .bmp file of < 256 KB, dimensions 240 (H) x 384 (W) px.

Implementation

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