(payroll)
- execute - Execute payroll
Execute payroll
import wingspan
s = wingspan.Wingspan()
res = s.payroll.execute()
if res.invoice is not None:
# handle response
pass
(payroll)
Execute payroll
import wingspan
s = wingspan.Wingspan()
res = s.payroll.execute()
if res.invoice is not None:
# handle response
pass