List of available exports for the resource.
Previous
Script Explorer
Displays the invoices for the player.
-- Example Usage: exports['nextgenfivem_billing']:showInvoices()
Displays the invoices for a specific job.
-- Example Usage: exports['nextgenfivem_billing']:showJobInvoices('police')
job
string
Sends an invoice to a player.
-- Example Usage: exports['nextgenfivem_billing']:sendInvoice()