Aliyun.Acs.Domain.Transform.V20160511.CreateOrderResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : CreateOrderResponse
context UnmarshallerContext
Результат Aliyun.Acs.Domain.Model.V20160511.CreateOrderResponse
        public static CreateOrderResponse Unmarshall(UnmarshallerContext context)
        {
            CreateOrderResponse createOrderResponse = new CreateOrderResponse();

            createOrderResponse.HttpResponse = context.HttpResponse;
            createOrderResponse.RequestId = context.StringValue("CreateOrder.RequestId");
            createOrderResponse.OrderID = context.StringValue("CreateOrder.OrderID");

            return createOrderResponse;
        }
CreateOrderResponseUnmarshaller