CancelReason

data class CancelReason(displayText: String, code: String) : Parcelable

Contains details about a reason for a person to cancel an appointment. These are based on brand

Constructors

CancelReason
Link copied to clipboard
fun CancelReason(displayText: String, code: String)

Functions

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

Properties

code
Link copied to clipboard
val code: String
The code that should be passed through for the reason for cancelling
displayText
Link copied to clipboard
val displayText: String
A string that should be displayed to the user