//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.encrypted](../index.md)/[RentalAgreement](index.md) # RentalAgreement [common] data class [RentalAgreement](index.md)(**files**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[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)) : [EncryptedPassportElementWithTranslatableFilesCollection](../-encrypted-passport-element-with-translatable-files-collection/index.md) ## Properties | Name | Summary | |---|---| | [files](files.md)| [common] open override val [files](files.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)>
| | [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)
| | [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)>
|