RetailTransactionServiceAX61::giftCardVoidPayment Method [AX 2012]
Method checks for the status of the gift card i.e., card exists or the gift card has any errors.
Syntax
client server public static container giftCardVoidPayment(
RetailGiftCardId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId)
Run On
Called
Parameters
- _dataEntryId
Type: RetailGiftCardId Extended Data Type
ID of the RetailGiftCardTable.entryId field.
- _storeId
Type: RetailStoreId Extended Data Type
ID of the RetailGiftCardTable.reservedByStoreId field.
- _terminalId
Type: RetailTerminalId Extended Data Type
ID of the RetailGiftCardTable.reservedByTerminalId field.
Return Value
Type: container
The status as a container.
Exceptions
Exception | Condition |
---|---|
UpdateConflictNotRecovered | A conflict occurred that could not be recovered from when updating. |
UpdateConflict | An update conflict occurred. |