Click or drag to resize

OpsCheckConfirmationRequest Class

Request Ops display a check confirmation dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCheckConfirmationRequest

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class OpsCheckConfirmationRequest : OpsRequest

The OpsCheckConfirmationRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsCheckConfirmationRequest
Constructor
Top
Properties
  NameDescription
Public propertyAmountDue
Check Total Due amount.
Public propertyAmountDueHeader
Translated total due header text.
Public propertyCheckIdHeader
Translated check Id header text.
Public propertyCheckNumber
Check number of the selected check.
Public propertyCheckNumberHeader
Translated check number header text.
Public propertyCheckOpen
Data and time the check was opened.
Public propertyCheckOpenHeader
Translated check open header text.
Public propertyEmployee
Name of the check employee.
Public propertyEmployeeHeader
Translated check employee header text.
Public propertyTitle
Translated title text.
Top
Fields
  NameDescription
Public fieldDialogResult
True if user selected OK.
Top
See Also