Product Type Enum
Enum
ProductTypeEnum
The type of product this is
| Enumeration | Description |
|---|---|
|
NORMAL |
A typical product. |
|
BASKET |
A product that can contain any other products (which cannot be modified). |
|
VOUCHER |
A product that gets refunded on an EFTPOS Terminal. |
|
PACKAGE |
A product that can contain components (which can be modified). |
|
COMPONENT |
A product that is part of a package. |
|
INTEGRATED |
A product which is entirely controlled by an Embedded API integration |