Insurance Manual Self
class InsuranceManualSelf(memberId: String, providerId: String, insuranceGroupNumber: String?, payorId: String?, payorName: String?) : InsuranceInfo, Parcelable
Content copied to clipboard
PaymentMethod for use when the insurance is owned by the app user.
Parameters
memberId
The insurance holder's member id, which can be found on the insurance card.
providerId
The unique id of the insurance payer, which can be found using org.dexcare.services.payment.PaymentService.getInsurancePayers.
insuranceGroupNumber
: an optional parameter to include group number.
payorId
The unique id of the insurance provider/payor. This overrides providerId. 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.
Constructors
InsuranceManualSelf
Link copied to clipboard
Functions
Properties
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
The unique id of the insurance payer, which can be found using org.dexcare.services.payment.PaymentService.getInsurancePayers.
subscriberId
Link copied to clipboard