Insurance Image Other
class InsuranceImageOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, cardId: String) : InsuranceInfo, Parcelable
Content copied to clipboard
PaymentMethod for use when images of the front and back of the insurance card have been uploaded using the org.dexcare.services.payment.PaymentService.uploadInsuranceCard method, and the insurance is not owned by the app user.
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
Constructors
InsuranceImageOther
Link copied to clipboard
Functions
Properties
cardId
Link copied to clipboard
the id of the insurance cards as returned by org.dexcare.services.payment.PaymentService.uploadInsuranceCard
dateOfBirth
Link copied to clipboard
insuranceGroupNumber
Link copied to clipboard
insuranceType
Link copied to clipboard
paymentHolderDeclaration
Link copied to clipboard
paymentMethod
Link copied to clipboard
providerId
Link copied to clipboard
subscriberId
Link copied to clipboard