Click or drag to resize

FiscalRegisterTaxItem Constructor

Main constructor

Namespace: Resto.Front.Api.Data.Device.Results
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public FiscalRegisterTaxItem(
	string taxId,
	bool isTaxable,
	bool isCalculated,
	decimal taxPercent,
	string taxName
)

Parameters

taxId  String
 
isTaxable  Boolean
 
isCalculated  Boolean
 
taxPercent  Decimal
 
taxName  String
 
See Also