files property

  1. @JsonKey(name: 'files')
List<PassportFile>? get files
inherited

Optional. Array of encrypted files with documents provided by the user, available for “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials.

Implementation

@JsonKey(name: 'files')
List<PassportFile>? get files;