/// <summary> /// Sets the Points property. /// </summary> /// <param name="points">Points property.</param> /// <returns>this instance.</returns> public ASINOfferDetail WithPoints(Points points) { this._points = points; return(this); }