Skip to content

Commit f28a146

Browse files
committed
Updated API from documentation release
1 parent 64c89a7 commit f28a146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-specs/api/types/cart/DiscountedTotalPricePortion.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ type: object
55
(expandable): true
66
properties:
77
discount:
8-
type: CartDiscountReference
8+
type: Reference
99
description: |
10-
Cart Discount related to the discounted price.
10+
A [CartDiscountReference](ctp:api:type:CartDiscountReference) or [DirectDiscountReference](ctp:api:type:DirectDiscountReference) to the discount applied on the Cart `totalPrice`.
1111
discountedAmount:
1212
type: TypedMoney
1313
description: |

0 commit comments

Comments
 (0)