bankCode property

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

The 4-digit bank code (Kód banky), without separators or whitespace.

Implementation

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