RetailTransactionService::validateGiftCard Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static container validateGiftCard(
RetailGiftCardId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId,
[boolean _skipReserveValidation,
RetailChannelRecId _channelId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container validateGiftCard(
RetailGiftCardId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId)
Run On
CalledParameters
- _dataEntryId
- Type: RetailGiftCardId Extended Data Type
- _storeId
- Type: RetailStoreId Extended Data Type
- _terminalId
- Type: RetailTerminalId Extended Data Type
- _skipReserveValidation
- Type: boolean
- _channelId
- Type: RetailChannelRecId Extended Data Type
Show:
Note