/// <summary>
 /// Sets the LowestPricePlusShipping property.
 /// </summary>
 /// <param name="lowestPricePlusShipping">LowestPricePlusShipping property.</param>
 /// <returns>this instance.</returns>
 public AdvertisingRecommendation WithLowestPricePlusShipping(Price lowestPricePlusShipping)
 {
     this._lowestPricePlusShipping = lowestPricePlusShipping;
     return(this);
 }
 /// <summary>
 /// Sets the YourPricePlusShipping property.
 /// </summary>
 /// <param name="yourPricePlusShipping">YourPricePlusShipping property.</param>
 /// <returns>this instance.</returns>
 public AdvertisingRecommendation WithYourPricePlusShipping(Price yourPricePlusShipping)
 {
     this._yourPricePlusShipping = yourPricePlusShipping;
     return(this);
 }