PersonDocuments constructor

const PersonDocuments({
  1. PersonCompanyAuthorization? companyAuthorization,
  2. PersonCompanyAuthorization? passport,
  3. PersonCompanyAuthorization? visa,
})

person_documents_specs

Documents that may be submitted to satisfy various informational requests.

Implementation

const PersonDocuments({
  this.companyAuthorization,
  this.passport,
  this.visa,
});