toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui-toolkit
/
io.snabble.sdk.widgets.snabble.purchase
/
Purchase
Purchase
data
class
Purchase
(
val
id
:
String
,
val
amount
:
String
,
val
title
:
String
,
val
time
:
String
)
Members
Constructors
Purchase
Link copied to clipboard
constructor
(
id
:
String
,
amount
:
String
,
title
:
String
,
time
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
String
id
Link copied to clipboard
val
id
:
String
time
Link copied to clipboard
val
time
:
String
title
Link copied to clipboard
val
title
:
String