Пример #1
0
        public static AcceptPartnerNotificationResponse Unmarshall(UnmarshallerContext context)
        {
            AcceptPartnerNotificationResponse acceptPartnerNotificationResponse = new AcceptPartnerNotificationResponse();

            acceptPartnerNotificationResponse.HttpResponse = context.HttpResponse;
            acceptPartnerNotificationResponse.RequestId    = context.StringValue("AcceptPartnerNotification.RequestId");

            return(acceptPartnerNotificationResponse);
        }
Пример #2
0
        public static AcceptPartnerNotificationResponse Unmarshall(UnmarshallerContext context)
        {
            AcceptPartnerNotificationResponse acceptPartnerNotificationResponse = new AcceptPartnerNotificationResponse();

            acceptPartnerNotificationResponse.HttpResponse = context.HttpResponse;
            acceptPartnerNotificationResponse.RequestId    = context.StringValue("AcceptPartnerNotification.RequestId");
            acceptPartnerNotificationResponse.Success      = context.BooleanValue("AcceptPartnerNotification.Success");
            acceptPartnerNotificationResponse.ErrorMsg     = context.StringValue("AcceptPartnerNotification.ErrorMsg");
            acceptPartnerNotificationResponse.ErrorCode    = context.StringValue("AcceptPartnerNotification.ErrorCode");

            return(acceptPartnerNotificationResponse);
        }