Click or drag to resize

Ffd12ChequeSaleData Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public Ffd12ChequeSaleData(
	string markingCode,
	int? status,
	bool? isFractionalAmount,
	int? amountNumerator,
	int? amountDenominator,
	int unit
)

Parameters

markingCode
Type: SystemString
status
Type: SystemNullableInt32
isFractionalAmount
Type: SystemNullableBoolean
amountNumerator
Type: SystemNullableInt32
amountDenominator
Type: SystemNullableInt32
unit
Type: SystemInt32
See Also