Click or drag to resize

OpsServiceChargeDetail Constructor

Initializes a new instance of the OpsServiceChargeDetail class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public OpsServiceChargeDetail(
	DbServiceChargeDetail dtl,
	GuestCheck gc
)

Parameters

dtl
Type: DbServiceChargeDetail
gc
Type: GuestCheck
See Also