BarcodeSegmentType Enumeration

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.BarcodeSegmentType interface specifies the segment type of the barcode.

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

Syntax

'Declaration
Public Enumeration BarcodeSegmentType
'Usage
Dim instance As BarcodeSegmentType
public enum BarcodeSegmentType
public enum class BarcodeSegmentType

Members

Member name Description
Item
AnyNumber
CheckDigit
SizeDigit
ColorDigit
StyleDigit
EANLicenseCode
Price
Quantity
Employee
Customer
DataEntry
Salesperson
Pharmacy
ConfigDigit
DiscountCode
GiftCard
LoyaltyCard

Remarks

Linked to AX:RetailBarcodeMaskCharacterTypeBase

See Also

Reference

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