AccountBankAccountOwnershipVerification constructor

const AccountBankAccountOwnershipVerification({
  1. List<String>? files,
})

documents_param

One or more documents that support the [Bank account ownership verification](https://support.stripe.com/questions/bank-account-ownership-verification) requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a voided check.

Implementation

const AccountBankAccountOwnershipVerification({this.files});