tokenLastFour property

  1. @BuiltValueField.new(wireName: r'tokenLastFour')
String? get tokenLastFour

The last four digits of the network token id.

Implementation

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