Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.54 KB

icustomerv1-interface-microsoft-dynamics-retail-pos-contracts-services.md

File metadata and controls

57 lines (42 loc) · 1.54 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ICustomerV1 Interface (Microsoft.Dynamics.Retail.Pos.Contracts.Services)
ICustomerV1 Interface
T:Microsoft.Dynamics.Retail.Pos.Contracts.Services.ICustomerV1
47344365
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Retail.Pos.Contracts.Services.ICustomerV1
CSharp
C++
VB

ICustomerV1 Interface

[!INCLUDEarchive-banner]

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