MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest.WithMarketplaceId C# (CSharp) Method

WithMarketplaceId() public method

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForASINRequest
marketplaceId String MarketplaceId property
return GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithMarketplaceId(String marketplaceId)
        {
            this.marketplaceIdField = marketplaceId;
            return this;
        }