interface DiscountedLineItemPortionDraft {
    discount: Reference;
    discountedAmount: TypedMoneyDraft;
}

Properties

discount: Reference

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

discountedAmount: TypedMoneyDraft

Money value for the discount applicable.