interface DiscountedLineItemPortion {
    discount: Reference;
    discountedAmount: TypedMoney;
}

Properties

discount: Reference

A CartDiscountReference or DirectDiscountReference for the applicable discount on the Line Item.

discountedAmount: TypedMoney

Money value of the discount applicable.

Generated using TypeDoc