MarketplaceWebServiceProducts.Model.Product.WithLowestOfferListings C# (CSharp) Méthode

WithLowestOfferListings() public méthode

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