InsuranceImageOther

fun InsuranceImageOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, cardId: String)

Parameters

firstName

The insurance owner's first name.

lastName

The insurance owner's last name.

gender

The insurance owner's gender.

dateOfBirth

The insurance owner's date of birth.

cardId

the id of the insurance cards as returned by org.dexcare.services.payment.PaymentService.uploadInsuranceCard