Package-level declarations

Types

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