Click or drag to resize

OpsConsPayPackageList Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsConsPayPackageList(
	TranslatedText tt,
	string packageInfo,
	OpsContext opsContext,
	string surname,
	int dialogLevel,
	string operaFunction,
	string reservationID,
	string roomNo
)

Parameters

tt  TranslatedText
Translated text instance to use when translating dialog text.
packageInfo  String
JSon string returned from Opera REST API call.
opsContext  OpsContext
Ops Context.
surname  String
Surname of guest.
dialogLevel  Int32
So we know if it came from the reservationlist, as the OPS call from Linux needs to know the dialog level
operaFunction  String
 
reservationID  String
 
roomNo  String
Room number
See Also