applePayToken property

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

The stringified and base64 encoded paymentData you retrieved from the Apple framework.

Implementation

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