[Solved] Variable list for invoice templates

Where can i find the list of variables that i can use to make our invoices?.

Ex: Client Email= $invoice->client_email

Thanks!

Simply use a

print_r($invoice);

to print all elements of the invoice.

1 Like

Thank you so mutch!

Is just that i need.