23maverick23/oaxmlapi

Add toString() method for connections.Application() object

Closed this issue · 1 comments

Helpful for building the XML request from scratch.

Link to the XML API guide if helpful: http://www.openair.com/download/NetSuiteOpenAirXMLAPIGuide.pdf

Adding tostring() method doesn't make sense for connections.Application() object because it is simply a holding object for application specific details. It does not become valid XML until it is added to a connections.Request() object.

Closed (will not change).