Preparing search index...
The search index is not available
kitsas-library
kitsas-library
Product
Interface Product
interface
Product
{
accounting
:
InvoiceRowAccountingDto
;
code
?:
string
;
id
:
string
;
name
:
LanguageString
;
price
:
number
;
unit
:
ProductUnitDto
;
vat
:
InvoiceRowVatDto
;
}
Index
Properties
accounting
code?
id
name
price
unit
vat
Properties
accounting
accounting
:
InvoiceRowAccountingDto
Optional
code
code
?:
string
id
id
:
string
name
name
:
LanguageString
price
price
:
number
unit
unit
:
ProductUnitDto
vat
vat
:
InvoiceRowVatDto
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounting
code
id
name
price
unit
vat
kitsas-library
Loading...