number property

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

Implementation

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