MarketplaceWebServiceProducts.Model.Product.WithLowestOfferListings C# (CSharp) Method

WithLowestOfferListings() public method

Sets the LowestOfferListings property
public WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product
lowestOfferListings LowestOfferListingList LowestOfferListings property
return Product
        public Product WithLowestOfferListings(LowestOfferListingList lowestOfferListings)
        {
            this.lowestOfferListingsField = lowestOfferListings;
            return this;
        }