InsuranceOther

fun InsuranceOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, memberId: String, insuranceGroupNumber: String?, payorId: String, payorName: String, subscriberId: String? = null)

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.

memberId

The insurance holder's member id, which can be found on the insurance card.

insuranceGroupNumber

: an optional parameter to include group number.

payorId

: The unique id of the insurance provider/payor. The supported list can be found using PaymentService.getInsurancePayers.

payorName

: The name of the insurance provider/payor. The supported list can be found using PaymentService.getInsurancePayers.

subscriberId

: Optional subscriberId. Can be used whenever required by insurance providers.