Home » NOVA Marketing » NOVA Marketing Data Types
ch.voev.nova.marketing.datatypes)Types / Enumerations:
The technical code used to identify the CustomerCommunicationCategory entity.
Properties / Associations
| Name | Type | Multiplicity | Constraints | Description |
|---|---|---|---|---|
code | java.lang.String | 1..1 | The technical code used to identify the CustomerCommunicationCategory entity. |
The unique identifier of a CustomerCommunication throughout the NOVA platform. Defined as a string of 10 alpha-numeric characters in uppercase.
Properties / Associations
| Name | Type | Multiplicity | Constraints | Description |
|---|---|---|---|---|
id | java.lang.String | 1..1 | @Size(min=0, max=10) |
The technical code used to identify the CustomerCommunicationSubCategory entity.
Properties / Associations
| Name | Type | Multiplicity | Constraints | Description |
|---|---|---|---|---|
code | java.lang.String | 1..1 |
The type of interaction with a customer.
| Name | Description |
|---|---|
EMAIL | |
UNKNOWN | Please be aware that this enum is an extensible enum. This means that new literals can be introduced without prior notice. |