PersonDocuments constructor
const
PersonDocuments({
- PersonCompanyAuthorization? companyAuthorization,
- PersonCompanyAuthorization? passport,
- PersonCompanyAuthorization? visa,
person_documents_specs
Documents that may be submitted to satisfy various informational requests.
Implementation
const PersonDocuments({
this.companyAuthorization,
this.passport,
this.visa,
});