bankCode property

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

The 4-digit bank code (Registreringsnummer) (without separators or whitespace).

Implementation

@BuiltValueField(wireName: r'bankCode')
String get bankCode;