isTokenized property

  1. @BuiltValueField.new(wireName: r'isTokenized')
bool? get isTokenized

Indicates whether the account number is tokenized. A tokenized account number is a unique ID generated by a bank to protect the user's actual account number.

Implementation

@BuiltValueField(wireName: r'isTokenized')
bool? get isTokenized;