Пример #1
0
 /// <summary>
 /// Sets the LoyaltyPoints property
 /// </summary>
 /// <param name="loyaltyPoints">LoyaltyPoints property</param>
 /// <returns>this instance</returns>
 public Offer WithLoyaltyPoints(LoyaltyPoints loyaltyPoints)
 {
     this.loyaltyPointsField = loyaltyPoints;
     return this;
 }