PracticePaymentAvailability

data class PracticePaymentAvailability(insurance: Boolean, selfPay: Boolean, serviceKey: Boolean) : Parcelable

Contains information about different payment methods supported by a Practice.

Constructors

PracticePaymentAvailability
Link copied to clipboard
fun PracticePaymentAvailability(insurance: Boolean, selfPay: Boolean, serviceKey: Boolean)

Functions

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

Properties

insurance
Link copied to clipboard
val insurance: Boolean
Whether or not insurance is supported.
selfPay
Link copied to clipboard
val selfPay: Boolean
Whether or not self pay is supported.
serviceKey
Link copied to clipboard
val serviceKey: Boolean
Whether or not service keys (coupon codes) are supported.