PersonCompanyAuthorization constructor

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

documents_param

One or more documents that demonstrate proof that this person is authorized to represent the company.

Implementation

const PersonCompanyAuthorization({this.files});