Home » NOVA Marketing » NOVA Marketing Data Types

NOVA Marketing Data Types (Package ch.voev.nova.marketing.datatypes)

Types / Enumerations:


Types

CustomerCommunicationCategoryCode

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.


CustomerCommunicationID

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)


CustomerCommunicationSubCategoryCode

The technical code used to identify the CustomerCommunicationSubCategory entity.


Properties / Associations

Name Type Multiplicity Constraints Description
code java.lang.String 1..1



Enumerations

InteractionType

The type of interaction with a customer.

Literals

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.