Server Exports
REMEMBER ABOUT CLIENT SIDE AND SERVER SIDE IN CHOOSING EXPORT!
createInvoice
Use following export to create invoice for company
getEmployeeLicenses
Use following export to get employee current licenses
Return:
licenses:
{[key: string]: boolean | nil}
getMoney
Use following export to check balance of society doj account
Return:
money:
number
addMoney
Use following export to add money into society doj account
Return:
success:
boolean
removeMoney
Use following export to remove money from society doj account
Return:
success:
boolean
payTax
Use following export to pay tax [It will add money to doj society account and return amount without tax]
Last updated