dexcare
/
org.dexcare.services.models
/
InsurancePayer
Insurance
Payer
data class
InsurancePayer
(name:
String
, payerId:
String
) :
Parcelable
Content copied to clipboard
Represents a single Insurance Payer.
Constructors
Functions
Properties
Constructors
InsurancePayer
Link copied to clipboard
fun
InsurancePayer
(name:
String
, payerId:
String
)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
The name of the insurance payer
payerId
Link copied to clipboard
val
payerId
:
String
Content copied to clipboard
The identifier of this insurance payer.