LineItem

class LineItem(val name: String, val amount: Int) : Parcelable

A type used to describe a single item for in the Shop Pay wallet UI.

Constructors

Link copied to clipboard
constructor(name: String, amount: Int)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard

Functions

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