integrationCode property

String? integrationCode
getter/setter pair

An external identifier to be associated with the entry.

The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters.

Implementation

core.String? integrationCode;