MarketplaceWebServiceProducts.Model.Product.WithLowestOfferListings C# (CSharp) Метод

WithLowestOfferListings() публичный Метод

Sets the LowestOfferListings property
public WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product
lowestOfferListings LowestOfferListingList LowestOfferListings property
Результат Product
        public Product WithLowestOfferListings(LowestOfferListingList lowestOfferListings)
        {
            this.lowestOfferListingsField = lowestOfferListings;
            return this;
        }