BarcodeMaskType 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.
Describes the internal type of the barcode.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration BarcodeMaskType
'Usage
Dim instance As BarcodeMaskType
public enum BarcodeMaskType
public enum class BarcodeMaskType
Members
Member name | Description | |
---|---|---|
None | If the Barcode does not match with any type. | |
Item | If the Barcode matches an Item. | |
Customer | If the Barcode matches the customer number. | |
Employee | If the Barcode matches the Employee ID. | |
Coupon | If the Barcode matches the Discount coupon. | |
DataEntry | If the Barcode matches the DataEntry. | |
Salesperson | If the Barcode matches the Salesperson. | |
Pharmacy | If the Barcode matches the Pharmacy. | |
DiscountCode | If the Barcode matches the Discount code. | |
GiftCard | If the Barcode matches the Gift card number. | |
LoyaltyCard | If the Barcode matches the Loyalty number. |
Remarks
Maps to the RetailBarcodeMaskTypeBase base enum in AX.