Share via


InfoCodeInputRequiredType 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.

This enum is used to determine when an Infocode is required.

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

Syntax

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

Members

Member name Description
Always The Infocode is always required.
PositiveAndNegative The Infocode is applicable for both positive and negative quantities.
Positive The Infocode is only applicable for positive quantities.
Negative The Infocode is only applicable for negative quantities.

See Also

Reference

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