private ResultInfoEbayFeedBack GetFeedBack() { var req = new GetFeedbackRequestType(); var response = base.GetServiceData(Service.GetFeedback, req); var rez = new ResultInfoEbayFeedBack(response); rez.IncrementRequests("GetFeedback"); return(rez); }
/// <summary> /// /// </summary> /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param> public GetFeedbackCall(ApiContext ApiContext) { ApiRequest = new GetFeedbackRequestType(); this.ApiContext = ApiContext; }
/// <summary> /// /// </summary> public GetFeedbackCall() { ApiRequest = new GetFeedbackRequestType(); }