interface DiscountedLineItemPriceForQuantity {
    discountedPrice: DiscountedLineItemPrice;
    quantity: number;
}

Properties

discountedPrice: DiscountedLineItemPrice

Discounted price of the Line Item or Custom Line Item.

quantity: number

Number of Line Items or Custom Line Items in the Cart.

Generated using TypeDoc