PickupDetails

Information identifying the person picking up the device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID for a device that will be picked up.

Link copied to clipboard

The email address of the person picking up the device.

Link copied to clipboard

Expiration date of the credential identifying the person picking up the device.

Link copied to clipboard

Organization that issued the credential identifying the person picking up the device.

Link copied to clipboard

The number on the credential identifying the person picking up the device.

Link copied to clipboard
val name: String?

The name of the person picking up the device.

Link copied to clipboard

The phone number of the person picking up the device.

Functions

Link copied to clipboard
inline fun copy(block: PickupDetails.Builder.() -> Unit = {}): PickupDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String