OpsConsPayPackageDetail Constructor |
Constructor
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic OpsConsPayPackageDetail(
TranslatedText tt,
JObject package,
OpsContext opsContext,
Dictionary<string, string> packageLookup,
string reservationID
)
Parameters
- tt TranslatedText
- Translated text instance to use when translating dialog text.
- package JObject
- JSon returned from Opera REST API call.
- opsContext OpsContext
- Ops Context.
- packageLookup DictionaryString, String
- Ops Context.
- reservationID String
- Reservation ID in case needed to add the package to a reservation.
See Also