I’m trying to get the accounting item type from my rental transactions so I can pull the associated values that are defined:
I am running through the invoice line items
For Each charge As InvoiceRentProduct In inv.InvoiceRentProducts
Is it possible to retrieve the name that corresponds in the Accounting Item Types, or is it always only rent? In my list I have rent discount and may possibly have others.
Thank you.