View on GitHub

documentation

Documentation for DdD products

WebOrderLineStatus:


        /// <summary>
        /// Indicate any status. For search only.
        /// </summary>
        All = 0,

        /// <summary>
        /// The order is reserved. Ready for the shop to accept.
        /// </summary>
        Reserved = 2,

        /// <summary>
        /// The web order line is picked. Lines which cannot be picked, must be set to “Skipped”.
        /// </summary>
        Picked = 4,

        /// <summary>
        /// The web order line is delivered.
        /// </summary>
        Delivered = 6,

        /// <summary>
        /// The web order line is returned, to a shop, by the customer.
        /// </summary>
        Returned = 8,

        /// <summary>
        /// Payment for the web order line, has been returned to the customer.
        /// </summary>
        ReturnedPayment = 10,

        /// <summary>
        /// The web order line is skipped.
        /// </summary>
        Skipped = 20