Share via


CurrType 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 Microsoft.Dynamics.Retail.Pos.Contracts.Services.CurrType interface is the enumeration for the currency type.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration CurrType
'Usage
Dim instance As CurrType
public enum CurrType
public enum class CurrType

Members

Member name Description
Coin Specifies coins to be used.
Paperbill Specifies paper money to be used.
ForeignCurrency Specifies foreign currency to be used

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace