File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (package) : Common
3+ type : DiscountTypeCombination
4+ displayName : BestDeal
5+ discriminatorValue : BestDeal
6+ description : |
7+ Indicates if a Product Discount or Cart Discount offers the best deal for a Cart or Order.
8+ properties :
9+ chosenDiscountType :
10+ type : string
11+ description : |
12+ Discount type that offers the best deal; the value can be `ProductDiscount` or `CartDiscount`.
Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (package) : Common
3+ type : DiscountTypeCombination
4+ displayName : Stacking
5+ discriminatorValue : Stacking
6+ description : |
7+ Indicates both Product Discounts and Cart Discounts apply to a Cart and Order.
Original file line number Diff line number Diff line change @@ -173,6 +173,8 @@ DiscountedLineItemPortion: !include common/DiscountedLineItemPortion.raml
173173DiscountedLineItemPrice : !include common/DiscountedLineItemPrice.raml
174174DiscountedLineItemPriceForQuantity : !include common/DiscountedLineItemPriceForQuantity.raml
175175DiscountTypeCombination : !include common/DiscountTypeCombination.raml
176+ BestDeal : !include common/BestDeal.raml
177+ Stacking : !include common/Stacking.raml
176178EnumValue : !include change/change-value/EnumValue.raml
177179FieldDefinition : !include common/FieldDefinition.raml
178180FieldDefinitionOrderValue : !include change/change-value/FieldDefinitionOrderValue.raml
You can’t perform that action at this time.
0 commit comments