Skip to content

Latest commit

 

History

History
200 lines (184 loc) · 5.2 KB

reasoncodesourcetype-enumeration-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

200 lines (184 loc) · 5.2 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ReasonCodeSourceType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel)
ReasonCodeSourceType Enumeration
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType
62215008
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.VoidTransaction
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.OverridePrice
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.SerialNumber
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.TransactionTaxChange
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.StartOfTransaction
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.TotalDiscount
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.Markup
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.ItemNotOnFile
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.EndOfTransaction
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.VoidItem
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.LineItemTaxChange
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.VoidPayment
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.ReturnItem
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.AddSalesperson
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.NegativeAdjustment
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.TenderDeclaration
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.ReturnTransaction
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.None
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.ItemDiscount
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.NfcEContingencyModeEnabled
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.NfcEVoided
Microsoft.Dynamics.Commerce.Runtime.DataModel.ReasonCodeSourceType.OpenDrawer
CSharp
C++
VB

ReasonCodeSourceType Enumeration

[!INCLUDEarchive-banner]

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.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace