Jon Mason

Results 5 issues of Jon Mason

ReflectionException: Property QuickBooksOnline\API\Data\IPPBillPayment::$BillPaymentCreditCard does not exist in ... v3-php-sdk/src/Facades/FacadeHelper.php:439 Any idea why I would be getting this error? According to the docs "BillPaymentCreditCard" is a valid type.

When using FindById to get a an instance of QuickBooksOnline\API\Data\IPPBill, the AttachableRef object is empty, even though I can see there's an attachment in the Quickbooks sandbox. Do I have...

I'm calling the Bill and/or VendorCredit facade like so: ``` Bill::create([ [ 'DocNumber' => '12345678', 'TxnDate' => 2023-12-06, 'Line' => [ 'DetailType' => 'AccountBasedExpenseLineDetail', 'Amount' => 23.12, 'AccountBasedExpenseLineDetail' => [...

I see that there's a class for IPPTag, but I'm not aware of functionality within the QB API to add tags. Am I missing something?

Having some difficulty getting the Journal Entry to attach an EntityRef to the line item. I've tried manually creating the EntityRef array and passing it to the `Line::create` method. I've...