InsurancePayer

data class InsurancePayer(name: String, payerId: String) : Parcelable

Represents a single Insurance Payer.

Constructors

InsurancePayer
Link copied to clipboard
fun InsurancePayer(name: String, payerId: String)

Functions

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

Properties

name
Link copied to clipboard
val name: String
The name of the insurance payer
payerId
Link copied to clipboard
val payerId: String
The identifier of this insurance payer.