public static EipNotifyPaidResponse Unmarshall(UnmarshallerContext _ctx)
        {
            EipNotifyPaidResponse eipNotifyPaidResponse = new EipNotifyPaidResponse();

            eipNotifyPaidResponse.HttpResponse = _ctx.HttpResponse;
            eipNotifyPaidResponse.RequestId    = _ctx.StringValue("EipNotifyPaid.requestId");
            eipNotifyPaidResponse.Data         = _ctx.StringValue("EipNotifyPaid.data");
            eipNotifyPaidResponse.Code         = _ctx.StringValue("EipNotifyPaid.code");
            eipNotifyPaidResponse.Message      = _ctx.StringValue("EipNotifyPaid.message");
            eipNotifyPaidResponse.Success      = _ctx.BooleanValue("EipNotifyPaid.success");

            return(eipNotifyPaidResponse);
        }
Beispiel #2
0
        public static EipNotifyPaidResponse Unmarshall(UnmarshallerContext context)
        {
            EipNotifyPaidResponse eipNotifyPaidResponse = new EipNotifyPaidResponse();

            eipNotifyPaidResponse.HttpResponse = context.HttpResponse;
            eipNotifyPaidResponse.RequestId    = context.StringValue("EipNotifyPaid.RequestId");
            eipNotifyPaidResponse.Data         = context.StringValue("EipNotifyPaid.Data");
            eipNotifyPaidResponse.Code         = context.StringValue("EipNotifyPaid.Code");
            eipNotifyPaidResponse.Message      = context.StringValue("EipNotifyPaid.Message");
            eipNotifyPaidResponse.Success      = context.BooleanValue("EipNotifyPaid.Success");

            return(eipNotifyPaidResponse);
        }