class MangoModel::Transaction
Transaction
entity A transaction represents an action to relocate money.
Attributes
credited_funds[RW]
Money
-
Information about the funds that are being credited
(DebitedFunds
- Fees
= Credited_Funds
)
credited_user_id[RW]
- String
-
ID of the user who will be credited (defaults
to the owner of the wallet)
credited_wallet_id[RW]
- String
-
ID of the wallet where money will be credited
debited_funds[RW]
Money
-
Information about the funds that are being debited
debited_wallet_id[RW]
- String
-
ID of the wallet that was debited from
execution_date[RW]
- Integer
-
Time of execution of the transaction (UNIX timestamp)
fees[RW]
Money
-
Information about the fees that were taken by the client
for this transaction (and transferred to the client's platform's wallet)
nature[RW]
TransactionNature
-
Nature of the transaction
result_code[RW]
- String
-
Its result code
result_message[RW]
- String
-
Verbal explanation of the result
status[RW]
TransactionStatus
-
Status of the transaction
type[RW]
TransactionType
-
Type of the transaction