PaymentHolderDeclaration

An enum representing who owns the payment method. Can be either the patient (Self), or someone other than the patient (Other).

NOTE: patient and app user are not always the same.

Entries

Other
Link copied to clipboard
Other("other")
Self
Link copied to clipboard
Self("self")

Functions

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

Properties

holder
Link copied to clipboard
val holder: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int