ReasonCodeInputType 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.
The reason code input type enum. Maps to RetailInfocodeInputType enum in AX.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration ReasonCodeInputType
'Usage
Dim instance As ReasonCodeInputType
[DataContractAttribute]
public enum ReasonCodeInputType
[DataContractAttribute]
public enum class ReasonCodeInputType
Members
Member name | Description | |
---|---|---|
None | The default value. | |
SubCode | The sub code. | |
Date | The date type. | |
Numeric | The numeric. | |
Item | The item type. | |
Customer | The customer type. | |
Staff | The staff type. | |
Text | The text type. | |
SubCodeButtons | The sub code buttons. | |
AgeLimit | The age limit. |