Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add payment history elements to the customer order xml document.
Syntax
client server private static void AddPaymentHistoryXml(XmlElement _xmlRoot, SalesId _salesId)
Run On
Called
Parameters
- _xmlRoot
Type: XmlElement Class
Individual sales order root.
- _salesId
Type: SalesId Extended Data Type
The sales order id.
Remarks
Creates and adds 'Payment' and 'PrepaymentApplied' XML elements to the sales order xml document.