kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
payments-api
/
com.siddharth.kmp.paymentsapi
/
WalletBalanceResponse
Wallet
Balance
Response
@
Serializable
data
class
WalletBalanceResponse
(
val
accountId
:
String
,
val
balanceMinor
:
Long
)
GET /wallet/{accountId}/balance
response.
Members
Constructors
Wallet
Balance
Response
Link copied to clipboard
constructor
(
accountId
:
String
,
balanceMinor
:
Long
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
balance
Minor
Link copied to clipboard
val
balanceMinor
:
Long