This module is designed to display the history of transactions carried out on the wallet
Working with Wallet Operations module
This module is a table that displays all operations carried out on the wallet.
You can change the number of displayed operations in this table.
You can see name, amount, date of the transaction.
The table is flexibly configurable, more details on this below.
Configuration
props | type | default | description |
accountId | Number | Distributor account ID |
|
iconMoney | String | icon-dollar | Setting the module icon |
backgroundColor | String | #3498db | Setting the module background color |
borderColor | String | #308dcc | Setting the module border color |
color | String | #fff | Setting the text color |
walletId | Number | Setting the wallet ID |
|
operationsType | String | [ ] | Setting operation type |
Peter D
Comments