MySale

class MySale(val id: Long) : Parcelable

Parcelable class used for navigation within the ListAndDetailsSalesPane.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long

The ID of the sale.