Share via


ICustomerV1 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.ICustomerV1 interface provides methods for interacting with customers.

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

Syntax

'Declaration
<GuidAttribute("1A9C46CE-4AC1-48B3-86CB-7FB90CB9DEB0")> _
Public Interface ICustomerV1
'Usage
Dim instance As ICustomerV1
[GuidAttribute("1A9C46CE-4AC1-48B3-86CB-7FB90CB9DEB0")]
public interface ICustomerV1
[GuidAttribute(L"1A9C46CE-4AC1-48B3-86CB-7FB90CB9DEB0")]
public interface class ICustomerV1

Remarks

It provides UI to add customers, search for customers, and view information about customers.

See Also

Reference

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