Share via


RetailTransactionServiceTransactions::paymentsMade Method [AX 2012]

Method finds the Prepayment and payments for the invoice.

Syntax

client server private static AmountCur paymentsMade(InvoiceId _invoiceId)

Run On

Called

Parameters

Return Value

Type: AmountCur Extended Data Type
Prepayment and payments for the invoice.

Remarks

RetailPrepaymentTable.totalPaymentsMade method returns the unsettled amount which has been paid to the sales order.

See Also

Reference

RetailTransactionServiceTransactions Class