reverseSide property

  1. @JsonKey(name: 'reverse_side')
PassportFile? get reverseSide
inherited

Optional. Encrypted file with the reverse side of the document, provided by the user. Available for “driver_license” and “identity_card”. The file can be decrypted and verified using the accompanying EncryptedCredentials.

Implementation

@JsonKey(name: 'reverse_side')
PassportFile? get reverseSide;