googlePayToken property

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

The token that you obtained from the Google Pay API PaymentData response.

Implementation

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