bankAccountUUID property

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

The Adyen-generated bankAccountUUID to which the document must be linked. Refer to Bank account check for details on when a document should be submitted. >Required if the documentType is BANK_STATEMENT, where a document is being submitted in order to verify a bank account.

Implementation

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