Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderStatusRepository Interface / GetCancelledStatuses Method
In This Topic
    GetCancelledStatuses Method (IOrderStatusRepository)
    In This Topic
    Gets a list of order statuses that should be considered fraudulent, cancelled, or otherwise invalidated orders.
    Syntax
    IList<OrderStatus> GetCancelledStatuses()

    Return Value

    A list of order statuses that should be considered cancelled or invalid orders.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also