toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
Price
Price
data
class
Price
(
val
price
:
Int
=
0
,
val
netPrice
:
Int
=
0
)
Members
Constructors
Price
Link copied to clipboard
constructor
(
price
:
Int
=
0
,
netPrice
:
Int
=
0
)
Properties
net
Price
Link copied to clipboard
val
netPrice
:
Int
=
0
price
Link copied to clipboard
val
price
:
Int
=
0