intacct-sdk-net
intacct-sdk-net copied to clipboard
Classes to support the non-legacy version of create accounts receivable payment API
Implementation of the non-legacy version of create accounts receivable payment through the API. This is specifically designed to expose, take advantage of the Description field, which is not available using the legacy API for AR payments. Added a new ArPaymentCreate2 class along with a ArPaymentCreate2Test unit test class. Reorganzied the LoggingHandler class. Reorganized the IaXmlWriter.cs class and added a new WriteDateMMddyyyy() convenience method.
Note, this PR builds upon the .NET 5.0 multi-targeting PR, previously submitted as a separate PR here: https://github.com/Intacct/intacct-sdk-net/pull/155