invoice.get("payment_made");//returning null but payments have been made to my test invoice
invoice.get("is_inclusive_tax");//returning null and I am expecting true or false
As an example, the following is one that's working for me
invoice.get("discount").toDecimal();
Any help is greatly appreciated!