BankAccountFutureRequirements constructor
const
BankAccountFutureRequirements({})
Information about the [upcoming new requirements for the bank account](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.
Implementation
const BankAccountFutureRequirements({
this.currentlyDue,
this.errors,
this.pastDue,
this.pendingVerification,
});