conversionType property

List<ConversionType>? conversionType
getter/setter pair

Unordered list.

List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

Immutable.

Implementation

core.List<ConversionType>? conversionType;