Click or drag to resize

Ffd12ChequeSaleData Constructor

Main constructor

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

Parameters

markingCode  String
 
status  NullableInt32
 
isFractionalAmount  NullableBoolean
 
amountNumerator  NullableInt32
 
amountDenominator  NullableInt32
 
unit  Int32
 
See Also