Click or drag to resize

OpsVoucherEventArgs Constructor

Initializes a new instance of the OpsVoucherEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsVoucherEventArgs(
	PayableBase pb,
	IVoucherData voucherData
)

Parameters

pb
Type: PayableBase
voucherData
Type: IVoucherData
See Also