OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerContractPriceContainer

Structure containing an contract price.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerContractPriceContainer {
2
3# Unit price in other currencies.
4alternativeCurrencyPrice: String
41
5# Contract identifier the offer price is associated with.
6contractID: String
41
7# The contract price.
8contractPrice: String
41
9# Currency of the offer price.
10currency: String
41
11# Description of the offer price.
12description: String
41
13# End date.
14endDate: String
41
15# Date of last update.
16lastUpdate: String
41
17# Major version.
18majorVersionNumber: String
41
19# Maximum quantity.
20maximumQuantity: String
41
21# Minimum quantity.
22minimumQuantity: String
41
23# Minor version.
24minorVersionNumber: String
41
25# Contact name.
26name: String
41
27# Origin of the contract.
28origin: String
41
29# Owner of the contract.
30ownerID: String
41
31# Precedence of contract.
32precedence: String
41
33# A uniquely identifying number that identifies the contract price.
34qualifier: String
41
35# Quantity of a unit.
36quantity: String
41
37# Unit of measure for minimumQuantity and maximumQuantity.
38quantityUnit: String
41
39# Start date.
40startDate: String
42
43}