class MangoModel::Wallet
Wallet
entity A Wallet
is an object in which PayIns and Transfers from users are stored in order to collect money. Wallets can be paid into, funds can be withdrawn from them or transferred from one Wallet
to another.
Attributes
balance[RW]
Money
-
Its current balance
currency[RW]
CurrencyIso
-
Its funds' currency
description[RW]
- String
-
Its description
funds_type[RW]
FundsType
-
Its funds' type
owners[RW]
- Array
-
Its owners (currently only one may be specified)