Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountedPrice

    interface DiscountedPrice {
        discount: ProductDiscountKeyReference;
        value: TypedMoney;
    }
    Index

    Properties

    Properties

    Reference to a ProductDiscount. If the referenced ProductDiscount does not exist, the state of the ImportOperation will be set to unresolved until the referenced ProductDiscount is created.

    value: TypedMoney

    Money value of the discounted price.