Share via


RetailTransactionService::creditVoucherValidate Method [AX 2012]

Validates the credit vouchers.

Syntax

client server public static container creditVoucherValidate(
    RetailDataEntryId _dataEntryId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId)

Run On

Called

Parameters

Return Value

Type: container
The specified container.

Exceptions

Exception Condition
UpdateConflictNotRecovered

A conflict occurred that could not be recovered from when updating.

UpdateConflict

An update conflict occurred.

See Also

Reference

RetailTransactionService Class