rm-kotlin-sdk
/
io.revenuemonster.sdk.model.response
/
TopUpHistory
common
Top
Up
History
data class
TopUpHistory
(id:
String
, walletId:
String
, referenceId:
String
, adminId:
String
, detail:
String
, method:
String
, status:
String
, credit:
String
, createdAt:
Instant
)
Content copied to clipboard
Properties
Properties
adminId
Link copied to clipboard
common
val
adminId
:
String
Content copied to clipboard
createdAt
Link copied to clipboard
common
val
createdAt
:
Instant
Content copied to clipboard
credit
Link copied to clipboard
common
val
credit
:
String
Content copied to clipboard
detail
Link copied to clipboard
common
val
detail
:
String
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
String
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
String
Content copied to clipboard
referenceId
Link copied to clipboard
common
val
referenceId
:
String
Content copied to clipboard
status
Link copied to clipboard
common
val
status
:
String
Content copied to clipboard
walletId
Link copied to clipboard
common
val
walletId
:
String
Content copied to clipboard