OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerListPriceContainer

Structure containing a list price.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerListPriceContainer {
2
3# The standard price.
4listPrice: String
11
5# Unit price in other currencies.
6listPriceAltCurrencyPrice: String
11
7# Currency of the standard price.
8listPriceCurrency: String
11
9# Quantity of a unit.
10listPriceQuantity: String
12
13}