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.

Barcode mask segment types.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

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

Members

Member name Description
Item If the Barcode mask type matches the Item ID.
AnyNumber If the Barcode mask type matches the Any Number.
CheckDigit If the Barcode mask type matches the Check digit ID.
SizeDigit If the Barcode mask type matches the Size digit.
ColorDigit If the Barcode mask type matches the Color digit.
StyleDigit If the Barcode mask type matches the Style digit.
EANLicenseCode If the Barcode mask type matches the EAN License code.
Price If the Barcode mask type matches the Price.
Quantity If the Barcode mask type matches the Quantity.
Employee If the Barcode mask type matches the Employee ID.
Customer If the Barcode mask type matches the Customer ID.
DataEntry If the Barcode mask type matches the DataEntry operator ID.
Salesperson If the Barcode mask type matches the SalesPerson ID.
Pharmacy If the Barcode mask type matches the Pharmacy.
ConfigDigit If the Barcode mask type matches the configuration digit.
DiscountCode If the Barcode mask type matches the Discount code ID.
GiftCard If the Barcode mask type matches the GiftCard.
LoyaltyCard If the Barcode mask type matches the Loyalty.

Remarks

Maps to the RetailBarcodeMaskCharacterTypeBase base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace