OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer

Structure containing the allowed values for the attribute.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer {
2
3# Abstract attribute value for customer extension.
4attributeValue: String
14
5# Name-value pairs for defining additional attribute values such as images and or
6# attachments. Can also be used for customer extension.
7extendedValue: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerNVPAttributesContainer]
14
8# Type definition for a FloatValue attribute.
9floatValue: String
14
10# Type definition for an IntegerValue attribute.
11integerValue: String
14
12# Type definition for an StringValue attribute.
13stringValue: String
15
16}