Share via


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

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

Syntax

'Declaration
<GuidAttribute("9F5C2F7C-5870-4652-80FB-31D03C3CF986")> _
Public Interface ISaleLineItem _
    Inherits ITaxableItem, ILineItem, ILineItemV1, ISaleLineItemV1,  _
    ISaleLineItemV2, ISaleLineItemV3, ISaleLineItemV4
'Usage
Dim instance As ISaleLineItem
[GuidAttribute("9F5C2F7C-5870-4652-80FB-31D03C3CF986")]
public interface ISaleLineItem : ITaxableItem, 
    ILineItem, ILineItemV1, ISaleLineItemV1, ISaleLineItemV2, ISaleLineItemV3, 
    ISaleLineItemV4
[GuidAttribute(L"9F5C2F7C-5870-4652-80FB-31D03C3CF986")]
public interface class ISaleLineItem : ITaxableItem, 
    ILineItem, ILineItemV1, ISaleLineItemV1, ISaleLineItemV2, ISaleLineItemV3, 
    ISaleLineItemV4

See Also

Reference

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