number property
The card number without any separators. For security, the response only includes the last four digits of the card number.
Implementation
@BuiltValueField(wireName: r'number')
String? get number;
The card number without any separators. For security, the response only includes the last four digits of the card number.
@BuiltValueField(wireName: r'number')
String? get number;