cardCountryCode property

  1. @BuiltValueField.new(wireName: r'CardCountryCode')
int? get cardCountryCode

Country Code attached to the card (3 numerics). If available in the card.

Implementation

@BuiltValueField(wireName: r'CardCountryCode')
int? get cardCountryCode;