OpsConsPayReservations Constructor |
Constructor
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic 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