accountIdentification property
BankAccountAccountIdentificationBuilder
get
accountIdentification
Implementation
BankAccountAccountIdentificationBuilder get accountIdentification =>
_$this._accountIdentification ??=
BankAccountAccountIdentificationBuilder();
set
accountIdentification
(BankAccountAccountIdentificationBuilder? accountIdentification)
Implementation
set accountIdentification(
BankAccountAccountIdentificationBuilder? accountIdentification,
) => _$this._accountIdentification = accountIdentification;