//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.encrypted](../index.md)/[CommonPassport](index.md) # CommonPassport [common] data class [CommonPassport](index.md)(**data**: [EncryptedData](../../dev.inmo.tgbotapi.types.passport.credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedData%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **frontSide**: [PassportFile](../-passport-file/index.md)?, **selfie**: [PassportFile](../-passport-file/index.md)?, **translations**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)>, **hash**: [PassportElementHash](../../dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [Passport](../-passport/index.md) ## Properties | Name | Summary | |---|---| | [data](data.md)| [common] open override val [data](data.md): [EncryptedData](../../dev.inmo.tgbotapi.types.passport.credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedData%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
| | [frontSide](front-side.md)| [common] open override val [frontSide](front-side.md): [PassportFile](../-passport-file/index.md)? = null
| | [hash](hash.md)| [common] open override val [hash](hash.md): [PassportElementHash](../../dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
| | [selfie](selfie.md)| [common] open override val [selfie](selfie.md): [PassportFile](../-passport-file/index.md)? = null
| | [translations](translations.md)| [common] open override val [translations](translations.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)>
|