bin property

  1. @BuiltValueField.new(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.

Implementation

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