RetailTransactionServiceTransactions::voidGiftCardPayment Method [AX 2012]
Method checks for the status of the gift card i.e., card exists or the gift card has any errors.
client server public static container voidGiftCardPayment(
RetailGiftCardId _dataEntryId,
RetailChannelRecId _channelId,
RetailTerminalId _terminalId)
Run On
CalledParameters
- _dataEntryId
- Type: RetailGiftCardId Extended Data Type
ID of the RetailGiftCardTable.entryId field.
- _channelId
- Type: RetailChannelRecId Extended Data Type
ID of the RetailGiftCardTable.channel field.
- _terminalId
- Type: RetailTerminalId Extended Data Type
ID of the RetailGiftCardTable.reservedByTerminalId field.
Show: