accountIdentification property

BankAccountV3AccountIdentificationBuilder get accountIdentification

Implementation

BankAccountV3AccountIdentificationBuilder get accountIdentification =>
    _$this._accountIdentification ??=
        BankAccountV3AccountIdentificationBuilder();
set accountIdentification (BankAccountV3AccountIdentificationBuilder? accountIdentification)

Implementation

set accountIdentification(
  BankAccountV3AccountIdentificationBuilder? accountIdentification,
) => _$this._accountIdentification = accountIdentification;