Record
encrypted-passport-element
No description available.
record encrypted-passport-element {
data: option<string>,
email: option<string>,
files: option<list<passport-file>>,
front-side: option<passport-file>,
hash: string,
phone-number: option<string>,
reverse-side: option<passport-file>,
selfie: option<passport-file>,
translation: option<list<passport-file>>,
type-op: encrypted-passport-element-type-op-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| data | option<string> | |
| option<string> | ||
| files | option<list<passport-file>> | |
| front-side | option<passport-file> | |
| hash | string | |
| phone-number | option<string> | |
| reverse-side | option<passport-file> | |
| selfie | option<passport-file> | |
| translation | option<list<passport-file>> | |
| type-op | encrypted-passport-element-type-op-enum |