Insurance Self
fun InsuranceSelf(memberId: String, insuranceGroupNumber: String?, payorId: String, payorName: String)
Content copied to clipboard
Parameters
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.