mreiden

Results 3 comments of mreiden

The whitespace changes were done with these commands on RHEL7 (sed's -c preserves file permissions and ownership). ``` export LC_CTYPE=C export LANG=C # Remove trailing whitespace find . -not \(...

Send an InvoiceMod request containing the line items you want to keep. See https://developer.intuit.com/app/developer/qbdesktop/docs/develop/exploring-the-quickbooks-desktop-sdk/modify-delete-and-void-requests-and-responses. > When modifying transactions you need to keep in mind that a transaction can be understood...

I believe you are wanting the `isStatic` and `visibility` properties on the `PropertyStatement` object (the parent of the properties array containing the Property you highlighted in your class). I found...