Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 952 Bytes

Wallet.md

File metadata and controls

20 lines (16 loc) · 952 Bytes

Wallet

Properties

Name Type Description Notes
Account int64 [default to null]
Currency string [default to null]
Deposited int64 [optional] [default to null]
Withdrawn int64 [optional] [default to null]
TransferIn int64 [optional] [default to null]
TransferOut int64 [optional] [default to null]
Amount int64 [optional] [default to null]
PendingCredit int64 [optional] [default to null]
PendingDebit int64 [optional] [default to null]
ConfirmedDebit int64 [optional] [default to null]
Timestamp time.Time [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]