RetailTransactionServiceTransactions::fillMarkupTrans Method [AX 2012]

Method returns the serialized xml string of a ChargeLine having the data of the MarkupTrans table.

Syntax

client server private static XmlElement fillMarkupTrans(MarkupTrans _markupTrans, XmlDocument xmlDoc)

Run On

Called

Parameters

Return Value

Type: XmlElement Class
XML serialized string of the MarkupTrans table.
* Members must be in order of the ChargeLine DataContract Example:

See Also

Reference

RetailTransactionServiceTransactions Class