tokenReference property

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

A unique identifier that represents the token associated with a card enrolled. Required for scheme 'visa'.

Implementation

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