Description
This operation is used to get all the payees of the login user.
Table schema
Name | Type | Description |
MYPAYEESID | Long | id |
ACCOUNTNAME | String | Payee name |
ACCOUNTNUMBER | String | Payee account number |
TYPE | Integer | Account type |
BANK | String | Payee’s bank |
PROVINCE | String | Payee’s province |
CITY | String | Payee’s city |
BRANCH | String | Payee’s branch |
CREATETIME | String | Account create time |
GROUPID | Integer | Payee’s belonging group |
Operations with data
Name : GetMyPayeesByUserIdOp
Description : Get the list of all the payees of the login user.
Data Definition