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
/
Money
Money
data
class
Money
(
val
value
:
Long
,
val
currency
:
String
)
Members
Constructors
Money
Link copied to clipboard
constructor
(
value
:
Long
,
currency
:
String
)
Properties
currency
Link copied to clipboard
val
currency
:
String
value
Link copied to clipboard
val
value
:
Long
Functions
formatted
Link copied to clipboard
fun
formatted
(
)
:
String