ICurrency Interface

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.ICurrency is the ICurrency public interface.

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

Syntax

'Declaration
<GuidAttribute("BA9463C6-0FB1-462C-AFCE-A8D353A1F3BF")> _
Public Interface ICurrency _
    Inherits IService, ICurrencyV1
'Usage
Dim instance As ICurrency
[GuidAttribute("BA9463C6-0FB1-462C-AFCE-A8D353A1F3BF")]
public interface ICurrency : IService, 
    ICurrencyV1
[GuidAttribute(L"BA9463C6-0FB1-462C-AFCE-A8D353A1F3BF")]
public interface class ICurrency : IService, 
    ICurrencyV1

See Also

Reference

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