Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 1.65 KB

product.md

File metadata and controls

113 lines (61 loc) · 1.65 KB

fikenProduct

Interface: Product

export

interface Product

Hierarchy

  • Product

Index

Properties

Properties

active

active: boolean

If product is in use (True) or not (False).

memberof Product


Optional incomeAccount

incomeAccount? : string

The accounting account that will receive the payment.

memberof Product


name

name: string

Product name.

memberof Product


Optional note

note? : string

Optional field for additional information.

memberof Product


Optional Readonly productId

productId? : number

Product Id.

memberof Product


Optional productNumber

productNumber? : string

memberof Product


Optional stock

stock? : number

Number of products available in stock. If not provided, stock value is set to null.

memberof Product


Optional unitPrice

unitPrice? : number

The net unit price in cents.

memberof Product


vatType

vatType: string

One of {"HIGH", "MEDIUM", "LOW", "EXEMPT", "EXEMPT_IMPORT_EXPORT", "EXEMPT_REVERSE", "OUTSIDE", "NONE"}. "HIGH" is the most common.

memberof Product