Package dev.inmo.tgbotapi.types.passport.decrypted

Types

AddressSecureValue
Link copied to clipboard
data class AddressSecureValue(data: DataCredentials) : SecureValueWithData
BankStatementSecureValue
Link copied to clipboard
data class BankStatementSecureValue(translation: List<FileCredentials>, files: List<FileCredentials>) : OtherDocumentsSecureValue
CommonPassportSecureValue
Link copied to clipboard
data class CommonPassportSecureValue(data: DataCredentials?, frontSide: FileCredentials?, selfie: FileCredentials?, translation: List<FileCredentials>) : PassportSecureValue
DriverLicenseSecureValue
Link copied to clipboard
data class DriverLicenseSecureValue(data: DataCredentials?, frontSide: FileCredentials?, reverseSide: FileCredentials?, selfie: FileCredentials?, translation: List<FileCredentials>) : IdentityWithReverseSideSecureValue
IdentityCardSecureValue
Link copied to clipboard
data class IdentityCardSecureValue(data: DataCredentials?, frontSide: FileCredentials?, reverseSide: FileCredentials?, selfie: FileCredentials?, translation: List<FileCredentials>) : IdentityWithReverseSideSecureValue
InternalPassportSecureValue
Link copied to clipboard
data class InternalPassportSecureValue(data: DataCredentials?, frontSide: FileCredentials?, selfie: FileCredentials?, translation: List<FileCredentials>) : PassportSecureValue
OtherDocumentsSecureValue
Link copied to clipboard
PassportRegistrationSecureValue
Link copied to clipboard
data class PassportRegistrationSecureValue(translation: List<FileCredentials>, files: List<FileCredentials>) : OtherDocumentsSecureValue
PassportSecureValue
Link copied to clipboard
PersonalDetailsSecureValue
Link copied to clipboard
data class PersonalDetailsSecureValue(data: DataCredentials) : SecureValueWithData
RentalAgreementSecureValue
Link copied to clipboard
data class RentalAgreementSecureValue(translation: List<FileCredentials>, files: List<FileCredentials>) : OtherDocumentsSecureValue
SecureData
Link copied to clipboard
data class SecureData(personalDetails: PersonalDetailsSecureValue?, passport: CommonPassportSecureValue?, internalPassport: InternalPassportSecureValue?, driverLicense: DriverLicenseSecureValue?, identityCard: IdentityCardSecureValue?, utilityBill: UtilityBillSecureValue?, bankStatement: BankStatementSecureValue?, rentalAgreement: RentalAgreementSecureValue?, passportRegistration: PassportRegistrationSecureValue?, temporaryRegistration: TemporalRegistrationSecureValue?)
TemporalRegistrationSecureValue
Link copied to clipboard
data class TemporalRegistrationSecureValue(translation: List<FileCredentials>, files: List<FileCredentials>) : OtherDocumentsSecureValue
UtilityBillSecureValue
Link copied to clipboard
data class UtilityBillSecureValue(translation: List<FileCredentials>, files: List<FileCredentials>) : OtherDocumentsSecureValue