Skip to main content

ValueTypeUnion

All possible custom field value types.

union ValueTypeUnion = Address | File | IpAddress | Link | Money | Session | Text | UserAgent

Possible types

Address object common

A full address.

File object common

A file attached to a contact or company.

IpAddress object common

An IP address.

A text link.

Money object common

A amount with the linked defined currency.

Session object common

A contact visit session as recorded by the Widget.

Text object common

A text string. It can represent either a single line, multiple lines, or an email.

UserAgent object common

A characteristic string used to identify visitors.

Member of

CustomFieldValue object