InsuranceSelf

class InsuranceSelf(memberId: String, insuranceGroupNumber: String?, payorId: String, payorName: String) : InsuranceInfo, Parcelable

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.

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.

Constructors

InsuranceSelf
Link copied to clipboard
fun InsuranceSelf(memberId: String, insuranceGroupNumber: String?, payorId: String, payorName: String)
The insurance holder's member id, which can be found on the insurance card.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

dateOfBirth
Link copied to clipboard
open val dateOfBirth: LocalDate? = null
firstName
Link copied to clipboard
open val firstName: String? = null
gender
Link copied to clipboard
open var gender: Gender? = null
insuranceGroupNumber
Link copied to clipboard
open override val insuranceGroupNumber: String?
: an optional parameter to include group number.
lastName
Link copied to clipboard
open val lastName: String? = null
memberId
Link copied to clipboard
open override val memberId: String
The insurance holder's member id, which can be found on the insurance card.
paymentHolderDeclaration
Link copied to clipboard
open val paymentHolderDeclaration: PaymentHolderDeclaration? = null
paymentMethod
Link copied to clipboard
val paymentMethod: PaymentMethod.PaymentMethod
payorId
Link copied to clipboard
open override val payorId: String
The unique id of the insurance provider/payor.
payorName
Link copied to clipboard
open override val payorName: String
: The name of the insurance provider/payor.
subscriberId
Link copied to clipboard
open val subscriberId: String? = null