Home » NOVA Product » NOVA Product Data Types
ch.voev.nova.product.datatypes
)Types / Enumerations:
Business code to uniquely identify a condition text category.
Properties / Associations
Name | Type | Multiplicity | Constraints | Description |
---|---|---|---|---|
code | String | 1..1 | @Size(min=0, max=255) |
Type represents a product number.
Properties / Associations
Name | Type | Multiplicity | Constraints | Description |
---|---|---|---|---|
number | int | 1..1 | @Max(maxValue=999999999) @Positive | The product number. |
Type can be used to identify a product taxonomy class.
Properties / Associations
Name | Type | Multiplicity | Constraints | Description |
---|---|---|---|---|
productTaxonomyName | String | 1..1 | @Size(min=0, max=255) | Name of the product taxonomy. |
path | String | 1..1 | @Size(min=0, max=1024) | Path to identity the class within the product taxonomy. |
Type can be used to identity the variant of a product. A product variant ID is only unique in combination with a product number or EntityVersionID
.
Properties / Associations
Name | Type | Multiplicity | Constraints | Description |
---|---|---|---|---|
id | String | 1..1 | @Size(min=0, max=32) |
Defines the date which is relevant for the version look up of products, tariffs, etc. when selling a product.
Name | Description |
---|---|
SALES_DATE | |
FIRST_USAGE_DATE |