Click or drag to resize

OpsConsPayReservations Constructor

Constructor

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

Parameters

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