Skip to content

Latest commit

 

History

History
executable file
·
27 lines (23 loc) · 1.74 KB

TransactionResponse.md

File metadata and controls

executable file
·
27 lines (23 loc) · 1.74 KB

TransactionResponse

Properties

Name Type Description Notes
debited_funds Money Information about the funds that are being debited [optional]
credited_funds Money Details about the funds that are being credited (DebitedFunds – Fees = CreditedFunds) [optional]
fees Money Information about the fees that were taken by the client for this transaction (and were hence transferred to the Client's platform wallet) [optional]
debited_wallet_id str The ID of the wallet that was debited [optional]
credited_wallet_id str The ID of the wallet where money will be credited [optional]
author_id str A user's ID [optional]
credited_user_id str The user ID who was credited [optional]
nature str The nature of the transaction [optional]
status str The status of the transaction [optional]
execution_date int When the transaction happened [optional]
result_code str The result code [optional]
result_message str A verbal explanation of the ResultCode [optional]
type str The type of the transaction [optional]
transaction_source str [optional]
transaction_destination str [optional]
id str The item's ID [optional]
creation_date int When the item was created [optional]
tag str Custom data that you can add to this item [optional]

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