SecureData

data class SecureData(personalDetails: PersonalDetailsSecureValue?, passport: CommonPassportSecureValue?, internalPassport: InternalPassportSecureValue?, driverLicense: DriverLicenseSecureValue?, identityCard: IdentityCardSecureValue?, utilityBill: UtilityBillSecureValue?, bankStatement: BankStatementSecureValue?, rentalAgreement: RentalAgreementSecureValue?, passportRegistration: PassportRegistrationSecureValue?, temporaryRegistration: TemporalRegistrationSecureValue?)

Properties

Link copied to clipboard
val allCredentials: List<EndDataCredentials>
Link copied to clipboard
val bankStatement: BankStatementSecureValue? = null
Link copied to clipboard
val driverLicense: DriverLicenseSecureValue? = null
Link copied to clipboard
val identityCard: IdentityCardSecureValue? = null
Link copied to clipboard
val internalPassport: InternalPassportSecureValue? = null
Link copied to clipboard
val passport: CommonPassportSecureValue? = null
Link copied to clipboard
val passportRegistration: PassportRegistrationSecureValue? = null
Link copied to clipboard
val personalDetails: PersonalDetailsSecureValue? = null
Link copied to clipboard
val rentalAgreement: RentalAgreementSecureValue? = null
Link copied to clipboard
val temporaryRegistration: TemporalRegistrationSecureValue? = null
Link copied to clipboard
val utilityBill: UtilityBillSecureValue? = null