Click or drag to resize

OpsConsPayPackageDetail Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public 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