Basket$1: {
    adjustedMerchandizeTotalTax?: number;
    adjustedShippingTotalTax?: number;
    agentBasket?: boolean;
    basketId?: string;
    billingAddress?: OrderAddress$1;
    bonusDiscountLineItems?: BonusDiscountLineItem$1[];
    channelType?: string;
    couponItems?: CouponItem$1[];
    creationDate?: any;
    currency?: string;
    customerInfo?: CustomerInfo$1;
    giftCertificateItems?: GiftCertificateItem$0[];
    inventoryReservationExpiry?: any;
    lastModified?: any;
    merchandizeTotalTax?: number;
    notes?: SimpleLink$1;
    orderPriceAdjustments?: PriceAdjustment$1[];
    orderTotal?: number;
    paymentInstruments?: OrderPaymentInstrument$1[];
    productItems?: ProductItem$1[];
    productSubTotal?: number;
    productTotal?: number;
    shipments?: Shipment$1[];
    shippingItems?: ShippingItem$1[];
    shippingTotal?: number;
    shippingTotalTax?: number;
    sourceCode?: string;
    taxTotal?: number;
    taxation?: string;
} & {
    [key: string]: any;
}