Пример #1
0
 /// <summary>
 /// Sets the SellerFeedbackSummary property
 /// </summary>
 /// <param name="sellerFeedbackSummary">SellerFeedbackSummary property</param>
 /// <returns>this instance</returns>
 public Seller WithSellerFeedbackSummary(SellerFeedbackSummary sellerFeedbackSummary)
 {
     this.sellerFeedbackSummaryField = sellerFeedbackSummary;
     return this;
 }