data property

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

Base64 encoded data you need to complete the Apple Pay merchant validation.

Implementation

@BuiltValueField(wireName: r'data')
String get data;