MarketplaceWebServiceProducts.Model.CompetitivePricingType.WithNumberOfOfferListings C# (CSharp) 메소드

WithNumberOfOfferListings() 공개 메소드

Sets the NumberOfOfferListings property
public WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType
numberOfOfferListings MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList NumberOfOfferListings property
리턴 CompetitivePricingType
        public CompetitivePricingType WithNumberOfOfferListings(NumberOfOfferListingsList numberOfOfferListings)
        {
            this.numberOfOfferListingsField = numberOfOfferListings;
            return this;
        }