checkCode property

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

The check code of the bank account. >Refer to Required information for details on field requirements.

Implementation

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