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

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