Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountedLineItemPortion

    interface DiscountedLineItemPortion {
        discount: CartDiscountKeyReference;
        discountedAmount: Money;
    }
    Index

    Properties

    References a cart discount by key. If the referenced CartDiscount does not exist, the state of the ImportOperation will be set to unresolved until the referenced CartDiscount is created.

    discountedAmount: Money

    Money value for the discount applicable.