Share via


RetailTransactionServiceAX61::creditVoucherVoidPayment Method [AX 2012]

Method checks for the status of the credit voucher i.e., voucher is in use or the voucher has any errors or the voucher does not exists.

Syntax

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

Run On

Called

Parameters

Return Value

Type: container
Container

Exceptions

Exception Condition
UpdateConflictNotRecovered

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

UpdateConflict

An update conflict occurred.

See Also

Reference

RetailTransactionServiceAX61 Class