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