Share via


InfoCodeInputType Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Specifies the Infocode input type.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration InfoCodeInputType
'Usage
Dim instance As InfoCodeInputType
public enum InfoCodeInputType
public enum class InfoCodeInputType

Members

Member name Description
General General = 0
SubCodeList The input is a list of subcodes presented as a list.
Date The input is a date.
Numeric The input is numeric.
Item The input is an item.
Customer The input is a customer.
Operator The input is a worker.
CreateDataEntry Thiswill not be implemented in Retail POS
ApplyToEntry This will not be implemented in Retail POS
Text The input is text.
SubCodeButtons The input is a list of subcodes presented as buttons.
AgeLimit The input is the minimum age that the customer must be to make a purchase.

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace