MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest.WithMarketplaceId C# (CSharp) Метод

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

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForASINRequest
marketplaceId String MarketplaceId property
Результат GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithMarketplaceId(String marketplaceId)
        {
            this.marketplaceIdField = marketplaceId;
            return this;
        }