ESX Society works with addon accounts named 'society_xxx' like 'society_taxi' or 'society_realestateagnt'.
If you job grade is 'boss', you will see the society_xxx money of your job showed in the HUD.
[USAGE]
local society = 'taxi'
local amount = 100
TriggerServerEvent('esx_society:withdrawMoney', society, amount)
TriggerServerEvent('esx_society:depositMoney', society, amount)
TriggerServerEvent('esx_society:washMoney', society, amount)