bin property
The Bank Identification Number of a credit card, which is the first six digits of a card number. Required for tokenized card request.
Implementation
@BuiltValueField(wireName: r'bin')
String? get bin;
The Bank Identification Number of a credit card, which is the first six digits of a card number. Required for tokenized card request.
@BuiltValueField(wireName: r'bin')
String? get bin;