payments
Toggle table of contents
0.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
payments
payments
/
com.inttegro.payments
/
PaymentSheetSession
/
LineItem
Line
Item
data
class
LineItem
(
val
id
:
String
,
val
name
:
String
,
val
quantity
:
Int
?
=
null
,
val
total
:
PaymentSheetSession.Money
)
A purchasable item displayed in the optional Order summary.
Members
Constructors
Line
Item
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
quantity
:
Int
?
=
null
,
total
:
PaymentSheetSession.Money
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
quantity
Link copied to clipboard
val
quantity
:
Int
?
total
Link copied to clipboard
val
total
:
PaymentSheetSession.Money