UsersInterface
Props
getUsers
getUsers: (request: GetUsersRequest) => Promise<GetUsersResponse>
Shows the users of the specified account.
setUserInfo
setUserInfo: (request: SetUserInfoRequest) => Promise<SetUserInfoResponse>
Edits the user.
transferMoneyToUser
transferMoneyToUser: (request: TransferMoneyToUserRequest) => Promise<TransferMoneyToUserResponse>
Transfer the account's money to the user or transfer the user's money to the account if the money amount is negative.