Click or drag to resize

OpsConsPayPackageList Constructor

Constructor

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

Parameters

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