Timestamps

data class Timestamps(cancelled: ZonedDateTime?, done: ZonedDateTime?, requested: ZonedDateTime?, staffdeclined: ZonedDateTime?) : Parcelable

Contains various times at which a ScheduledVisit's status was updated

See also

Constructors

Timestamps
Link copied to clipboard
fun Timestamps(cancelled: ZonedDateTime? = null, done: ZonedDateTime? = null, requested: ZonedDateTime? = null, staffdeclined: ZonedDateTime? = null)

Functions

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

Properties

cancelled
Link copied to clipboard
val cancelled: ZonedDateTime? = null
The day and time at which the visit was cancelled
done
Link copied to clipboard
val done: ZonedDateTime? = null
The day and time at which the visit was completed
requested
Link copied to clipboard
val requested: ZonedDateTime? = null
The day and time at which the visit was requested
staffdeclined
Link copied to clipboard
val staffdeclined: ZonedDateTime? = null
The day and time at which the visit was declined by staff