bankCode property

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

The bank code of the banking institution with which the bank account is registered. >Refer to Required information for details on field requirements.

Implementation

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