Button Merchant Library
1.6.1
androidJvm
Button Merchant Library
/
com.usebutton.merchant
/
Order
/
LineItem
Line
Item
open
class
LineItem
Represents a line item in the order
lineItems
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Builder class for order line item
Order.LineItem
.
Properties
attributes
Link copied to clipboard
@
Nullable
@get:
Nullable
open
val
attributes
:
Map
<
String
,
String
>
category
Link copied to clipboard
@
Nullable
@get:
Nullable
open
val
category
:
List
<
String
>
description
Link copied to clipboard
@
Nullable
@get:
Nullable
open
val
description
:
String
id
Link copied to clipboard
open
val
id
:
String
quantity
Link copied to clipboard
open
val
quantity
:
Int
sku
Link copied to clipboard
@
Nullable
@get:
Nullable
open
val
sku
:
String
total
Link copied to clipboard
open
val
total
:
Long
upc
Link copied to clipboard
@
Nullable
@get:
Nullable
open
val
upc
:
String