Share via


ICustomer 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 ICustomer interface.

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

Syntax

'Declaration
<GuidAttribute("A94D9FBE-9B04-47ED-BDC6-0E56C407F1BC")> _
Public Interface ICustomer _
    Inherits ICustomerV1, ICustomerV2, ICustomerV3
'Usage
Dim instance As ICustomer
[GuidAttribute("A94D9FBE-9B04-47ED-BDC6-0E56C407F1BC")]
public interface ICustomer : ICustomerV1, 
    ICustomerV2, ICustomerV3
[GuidAttribute(L"A94D9FBE-9B04-47ED-BDC6-0E56C407F1BC")]
public interface class ICustomer : ICustomerV1, 
    ICustomerV2, ICustomerV3

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace