@gradientedge/commercetools-utils
    Preparing search index...

    Interface DiscountedLineItemPortionDraft

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

    Properties

    discount: Reference

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

    discountedAmount: TypedMoneyDraft

    Money value for the discount applicable.