StatementMethod 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 statement methods enum.

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

Syntax

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

Members

Member name Description
None No statement method.
Staff Staff statement method.
PosTerminal POS terminal statement method.
Total Total statement method.

Remarks

Maps to RetailStatementMethod enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace