SecureData

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)

Constructors

Link copied to clipboard
fun SecureData(    personalDetails: PersonalDetailsSecureValue? = null,     passport: CommonPassportSecureValue? = null,     internalPassport: InternalPassportSecureValue? = null,     driverLicense: DriverLicenseSecureValue? = null,     identityCard: IdentityCardSecureValue? = null,     utilityBill: UtilityBillSecureValue? = null,     bankStatement: BankStatementSecureValue? = null,     rentalAgreement: RentalAgreementSecureValue? = null,     passportRegistration: PassportRegistrationSecureValue? = null,     temporaryRegistration: TemporalRegistrationSecureValue? = null)

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