Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / ValidationResponse Class / ValidationResponse Constructor
Indicates whether the request succeeded
A list of warning messages that occurred
In This Topic
    ValidationResponse Constructor
    In This Topic
    Initializes a new instance of the ValidationResponse class.
    Syntax
    public ValidationResponse( 
       bool success,
       IList<string> warningMessages
    )

    Parameters

    success
    Indicates whether the request succeeded
    warningMessages
    A list of warning messages that occurred
    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