tokenType property

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

The type of wallet that the network token is associated with.

Implementation

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