75 /// Initializes a new instance of the <see cref="OrderResponse"/> class
76 /// </summary>
77 /// <param name="orderId">The order id</param>
78 /// <param name="errorCode">The error code of the response, specify <see cref="OrderResponseErrorCode.None"/> for no error</param>
79 /// <param name="errorMessage">The error message, applies only if the <paramref name="errorCode"/> does not equal <see cref="OrderResponseErrorCode.None"/></param>