public static CheckDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = context.HttpResponse;
            checkDomainResponse.RequestId    = context.StringValue("CheckDomain.RequestId");

            return(checkDomainResponse);
        }
        public static CheckDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = context.HttpResponse;
            checkDomainResponse.RequestId    = context.StringValue("CheckDomain.RequestId");
            checkDomainResponse.DomainName   = context.StringValue("CheckDomain.DomainName");
            checkDomainResponse.Avail        = context.StringValue("CheckDomain.Avail");
            checkDomainResponse.Premium      = context.StringValue("CheckDomain.Premium");
            checkDomainResponse.Reason       = context.StringValue("CheckDomain.Reason");
            checkDomainResponse.Price        = context.LongValue("CheckDomain.Price");

            return(checkDomainResponse);
        }
        public static CheckDomainResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = _ctx.HttpResponse;
            checkDomainResponse.RequestId    = _ctx.StringValue("CheckDomain.RequestId");
            checkDomainResponse.DomainName   = _ctx.StringValue("CheckDomain.DomainName");
            checkDomainResponse.Avail        = _ctx.StringValue("CheckDomain.Avail");
            checkDomainResponse.Premium      = _ctx.StringValue("CheckDomain.Premium");
            checkDomainResponse.Reason       = _ctx.StringValue("CheckDomain.Reason");
            checkDomainResponse.Price        = _ctx.LongValue("CheckDomain.Price");
            checkDomainResponse.DynamicCheck = _ctx.BooleanValue("CheckDomain.DynamicCheck");

            return(checkDomainResponse);
        }
        public static CheckDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = context.HttpResponse;
            checkDomainResponse.RequestId    = context.StringValue("CheckDomain.RequestId");
            checkDomainResponse.Name         = context.StringValue("CheckDomain.Name");
            checkDomainResponse.Avail        = context.IntegerValue("CheckDomain.Avail");
            checkDomainResponse.Reason       = context.StringValue("CheckDomain.Reason");
            checkDomainResponse.FeeCurrency  = context.StringValue("CheckDomain.FeeCurrency");
            checkDomainResponse.FeePeriod    = context.IntegerValue("CheckDomain.FeePeriod");
            checkDomainResponse.FeeFee       = context.StringValue("CheckDomain.FeeFee");
            checkDomainResponse.RmbFee       = context.StringValue("CheckDomain.RmbFee");
            checkDomainResponse.FeeCommand   = context.StringValue("CheckDomain.FeeCommand");

            return(checkDomainResponse);
        }
        public static CheckDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = context.HttpResponse;
            checkDomainResponse.RequestId = context.StringValue("CheckDomain.RequestId");
            checkDomainResponse.Name = context.StringValue("CheckDomain.Name");
            checkDomainResponse.Avail = context.IntegerValue("CheckDomain.Avail");
            checkDomainResponse.Reason = context.StringValue("CheckDomain.Reason");
            checkDomainResponse.FeeCurrency = context.StringValue("CheckDomain.FeeCurrency");
            checkDomainResponse.FeePeriod = context.IntegerValue("CheckDomain.FeePeriod");
            checkDomainResponse.FeeFee = context.StringValue("CheckDomain.FeeFee");
            checkDomainResponse.RmbFee = context.StringValue("CheckDomain.RmbFee");
            checkDomainResponse.FeeCommand = context.StringValue("CheckDomain.FeeCommand");

            return checkDomainResponse;
        }