intacct-sdk-net icon indicating copy to clipboard operation
intacct-sdk-net copied to clipboard

Classes to support the non-legacy version of create accounts receivable payment API

Open Paul-Schroeder opened this issue 3 years ago • 1 comments

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

Paul-Schroeder avatar Mar 19 '21 16:03 Paul-Schroeder