accountNumber property
The 2- to 16-digit bank account number (Číslo účtu) in the following format: - The optional prefix (předčíslí). - The required second part (základní část) which must be at least two non-zero digits. Examples: - 19-123457 (with prefix) - 123457 (without prefix) - 000019-0000123457 (with prefix, normalized) - 000000-0000123457 (without prefix, normalized)
Implementation
@BuiltValueField(wireName: r'accountNumber')
String get accountNumber;