CustomerData

data class CustomerData(val email: String, val phone: String?) : Parcelable

Data class representing the customer data.

Constructors

Link copied to clipboard
constructor(email: String, phone: String?)

Properties

Link copied to clipboard

The email of the customer.

Link copied to clipboard

The phone of the customer.

Functions

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