PrintBehaviour 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 PrintBehavior enumeration.

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

Syntax

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

Members

Member name Description
AlwaysPrint 0
DoNotPrint 1
PromptUser 2
AsRequired 3 This value is only applicable for gift receipts. This value is used to show a check box in the change dialog for printing gift receipts.

See Also

Reference

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