Click or drag to resize

OpsConsPayReservations Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsConsPayReservations(
	TranslatedText tt,
	Dictionary<string, string> packageInfo,
	OpsContext opsContext,
	string surname,
	string operaFunction,
	string roomNo
)

Parameters

tt  TranslatedText
Translated text instance to use when translating dialog text.
packageInfo  DictionaryString, String
JSon string returned from Opera REST API call.
opsContext  OpsContext
Ops Context.
surname  String
Surname of guest.
operaFunction  String
are we on the add package screens?
roomNo  String
Room Number
See Also