SecureData

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)