CustomerInfo

data class CustomerInfo(val name: String?, val email: String?, val phone: String?, val billingCountryCode: String?) : Parcelable

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard

Functions

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