CashierData

data class CashierData(val name: String, val tin: String?) : Parcelable

Data class representing the cashier data.

Constructors

Link copied to clipboard
constructor(name: String, tin: String?)

Properties

Link copied to clipboard

The name of the cashier.

Link copied to clipboard
val tin: String?

The tin of the cashier.

Functions

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