Пример #1
0
 /// <summary>
 /// Sets the OfferAttributes property
 /// </summary>
 /// <param name="offerAttributes">OfferAttributes property</param>
 /// <returns>this instance</returns>
 public Offer WithOfferAttributes(OfferAttributes offerAttributes)
 {
     this.offerAttributesField = offerAttributes;
     return this;
 }