Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents the types of operations for a sales transaction.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration TransactionOperationType
'Usage
Dim instance As TransactionOperationType
[DataContractAttribute]
public enum TransactionOperationType
[DataContractAttribute]
public enum class TransactionOperationType
Members
Member name | Description | |
---|---|---|
Unknown | The unknown operation. | |
Create | The create operation. | |
Read | The read operation. | |
Update | The update operation. | |
Delete | The delete operation. | |
Void | The void operation. |