Worldline Connect Node.js SDK
    Preparing search index...

    Interface ShoppingCart

    interface ShoppingCart {
        amountBreakdown?: AmountBreakdown[] | null;
        giftCardPurchase?: GiftCardPurchase | null;
        isPreOrder?: boolean | null;
        items?: LineItem[] | null;
        preOrderItemAvailabilityDate?: string | null;
        reOrderIndicator?: boolean | null;
    }
    Index

    Properties

    amountBreakdown?: AmountBreakdown[] | null
    giftCardPurchase?: GiftCardPurchase | null
    isPreOrder?: boolean | null
    items?: LineItem[] | null
    preOrderItemAvailabilityDate?: string | null
    reOrderIndicator?: boolean | null