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
Type: System.String
status
Type: System.Nullable<Int32>
isFractionalAmount
Type: System.Nullable<Boolean>
amountNumerator
Type: System.Nullable<Int32>
amountDenominator
Type: System.Nullable<Int32>
unit
Type: System.Int32
See Also