Click or drag to resize

OpsConsPayPackageDetail Constructor

Constructor

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public OpsConsPayPackageDetail(
	TranslatedText tt,
	JObject package,
	OpsContext opsContext,
	Dictionary<string, string> packageLookup,
	string reservationID
)

Parameters

tt
Type: TranslatedText
Translated text instance to use when translating dialog text.
package
Type: JObject
JSon returned from Opera REST API call.
opsContext
Type: Micros.OpsOpsContext
Ops Context.
packageLookup
Type: System.Collections.GenericDictionaryString, String
Ops Context.
reservationID
Type: SystemString
Reservation ID in case needed to add the package to a reservation.
See Also