OpsCustomReceiptEventArgs Class |
Namespace: Micros.PosCore.Extensibility.Ops
public class OpsCustomReceiptEventArgs : OpsEventMonitorArgs
The OpsCustomReceiptEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| OpsCustomReceiptEventArgs |
Constructor. All actions are initialized to None |
| Name | Description | |
|---|---|---|
| HeaderAction |
Action for header
|
| Name | Description | |
|---|---|---|
| CashDrawerNumber |
The active cash drawer number (need to verify)
| |
| CustomDetail |
Content for detail section
| |
| CustomHeader |
Content for header
| |
| CustomPreTrailer |
Content for pre-trailer
| |
| CustomSubHeader |
Content for sub-header
| |
| CustomSummaryTotals |
Content for summary-totals section
| |
| CustomTeamHeader |
Content for team-header
| |
| CustomTrailer |
Content for trailer
| |
| DetailAction |
Action for detail
| |
| PreTrailerAction |
Action for pre-trailer
| |
| SubHeaderAction |
Action for subheader
| |
| SummaryTotalsAction |
Action for sumary totals
| |
| TeamHeaderAction |
Action for team-header
| |
| TrailerAction |
Action for trailer section
|