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