@webshop/root - v1.0.0
    Preparing search index...
    type PaymentOverview = {
        address: PaymentAddress;
        discounts: PaymentDiscount[];
        items: PaymentCartItem[];
        total: number;
        totalBeforeDiscount: number;
        totalDiscount: number;
    }
    Index

    Properties

    discounts: PaymentDiscount[]
    total: number
    totalBeforeDiscount: number
    totalDiscount: number