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