ReasonCodeSourceType 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 source type enum. Maps to the available reason code source types in the source type to id mappings in the POS functionality profile.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration ReasonCodeSourceType
'Usage
Dim instance As ReasonCodeSourceType
[DataContractAttribute]
public enum ReasonCodeSourceType
[DataContractAttribute]
public enum class ReasonCodeSourceType
Members
Member name | Description | |
---|---|---|
None | The default source type. | |
AddSalesperson | The add sales person. | |
EndOfTransaction | The end of transaction. | |
ItemDiscount | The item discount. | |
ItemNotOnFile | The item not on file. | |
LineItemTaxChange | The line item tax change. | |
Markup | The markup. | |
NegativeAdjustment | The negative adjustment. | |
NfcEContingencyModeEnabled | ||
NfcEVoided | ||
OpenDrawer | ||
OverridePrice | The override price. | |
ReturnItem | The return item. | |
ReturnTransaction | The return transaction. | |
SerialNumber | The serial number. | |
StartOfTransaction | The start of transaction. | |
TenderDeclaration | The tender declaration. | |
TotalDiscount | The total discount. | |
TransactionTaxChange | The transaction tax change. | |
VoidItem | The void item. | |
VoidPayment | The void payment. | |
VoidTransaction | The void transaction. |