BGPAstrumVisitor

data class BGPAstrumVisitor(    val visitorId: String?,     val uniqueIdentifier: String?,     val id: String?,     val lastName: String?,     val firstName: String?,     val emailAddress: String?) : Parcelable

Constructors

Link copied to clipboard
constructor(visitorId: String?, uniqueIdentifier: String?, id: String?, lastName: String?, firstName: String?, emailAddress: String?)

Properties

Link copied to clipboard

The visitor's email address.

Link copied to clipboard

The visitor's first name.

Link copied to clipboard
val id: String?

The visitor's unique identifier.

Link copied to clipboard

The visitor's last name.

Link copied to clipboard
Link copied to clipboard

Inherited functions

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