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
constructor(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: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard