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

Represents the types of operations for a tender line.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration TenderLineOperationType
'Usage
Dim instance As TenderLineOperationType
[DataContractAttribute]
public enum TenderLineOperationType
[DataContractAttribute]
public enum class TenderLineOperationType

Members

Member name Description
Unknown The unknown operation.
Create The create operation.
Read The read operation.
Update The update operation.
Void The void operation.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime Namespace