Esempio n. 1
0
 /// <summary>
 /// Sets the BuyingPrice property.
 /// </summary>
 /// <param name="buyingPrice">BuyingPrice property.</param>
 /// <returns>this instance.</returns>
 public OfferType WithBuyingPrice(PriceType buyingPrice)
 {
     this._buyingPrice = buyingPrice;
     return(this);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the Price property.
 /// </summary>
 /// <param name="price">Price property.</param>
 /// <returns>this instance.</returns>
 public LowestOfferListingType WithPrice(PriceType price)
 {
     this._price = price;
     return(this);
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the Price property.
 /// </summary>
 /// <param name="price">Price property.</param>
 /// <returns>this instance.</returns>
 public CompetitivePriceType WithPrice(PriceType price)
 {
     this._price = price;
     return(this);
 }