accountCode property

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

The unique identifier of the account of the migrated account holder in the classic integration.

Implementation

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