RetailGiftCardTable.reserveCard Method
Updates the reserve options for the gift card.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void reserveCard(RetailTerminalId _terminalId, [RetailChannelRecId _channelId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void reserveCard(RetailStoreId _storeId, RetailTerminalId _terminalId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void reserveCard(RetailStoreId _storeId, RetailTerminalId _terminalId)
Run On
Called
Parameters
- _terminalId
Type: RetailTerminalId Extended Data Type
The ID number of POS terminal.
- _channelId
Type: RetailChannelRecId Extended Data Type
The channel id.