export
interface
Product
- Product
• active: boolean
If product is in use (True) or not (False).
memberof
Product
• incomeAccount? : string
The accounting account that will receive the payment.
memberof
Product
• name: string
Product name.
memberof
Product
• note? : string
Optional field for additional information.
memberof
Product
• productId? : number
Product Id.
memberof
Product
• productNumber? : string
memberof
Product
• stock? : number
Number of products available in stock. If not provided, stock value is set to null.
memberof
Product
• unitPrice? : number
The net unit price in cents.
memberof
Product
• vatType: string
One of {"HIGH", "MEDIUM", "LOW", "EXEMPT", "EXEMPT_IMPORT_EXPORT", "EXEMPT_REVERSE", "OUTSIDE", "NONE"}. "HIGH" is the most common.
memberof
Product