customAttributes property

List<CustomAttribute>? customAttributes
getter/setter pair

A list of custom (merchant-provided) attributes.

It can also be used for submitting any attribute of the feed specification in its generic form.

Implementation

core.List<CustomAttribute>? customAttributes;