FiscalRegisterTaxItem Constructor |
Main constructor
Namespace: Resto.Front.Api.Data.Device.ResultsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic FiscalRegisterTaxItem(
string taxId,
bool isTaxable,
bool isCalculated,
decimal taxPercent,
string taxName
)
Parameters
- taxId String
-
- isTaxable Boolean
-
- isCalculated Boolean
-
- taxPercent Decimal
-
- taxName String
-
See Also