Order$0: {
    adjustedMerchandizeTotalTax?: number;
    adjustedShippingTotalTax?: number;
    billingAddress?: OrderAddress$2;
    bonusDiscountLineItems?: BonusDiscountLineItem$2[];
    channelType?: OrderChannelTypeEnum;
    confirmationStatus?: OrderConfirmationStatusEnum;
    couponItems?: CouponItem$2[];
    createdBy?: string;
    creationDate?: string;
    currency?: CurrencyCode$2;
    customerInfo?: CustomerInfo$2;
    customerName?: string;
    exportStatus?: OrderExportStatusEnum;
    externalOrderStatus?: string;
    giftCertificateItems?: GiftCertificateItem$2[];
    globalPartyId?: string;
    groupedTaxItems?: GroupedTaxItem$1[];
    guest?: boolean;
    lastModified?: string;
    merchandizeTotalTax?: number;
    orderNo?: string;
    orderPriceAdjustments?: PriceAdjustment$2[];
    orderToken?: string;
    orderTotal?: number;
    orderViewCode?: string;
    paymentInstruments?: OrderPaymentInstrument$2[];
    paymentStatus?: OrderPaymentStatusEnum;
    productItems?: ProductItem$2[];
    productSubTotal?: number;
    productTotal?: number;
    shipments?: Shipment$2[];
    shippingItems?: ShippingItem$2[];
    shippingStatus?: OrderShippingStatusEnum;
    shippingTotal?: number;
    shippingTotalTax?: number;
    siteId?: string;
    sourceCode?: string;
    status?: OrderStatusEnum;
    taxRoundedAtGroup?: boolean;
    taxTotal?: number;
    taxation?: OrderTaxationEnum;
} & {
    [key: string]: any;
}

Type declaration

Type declaration

  • [key: string]: any