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

WithExcludeMe() public method

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest
excludeMe System.Boolean ExcludeMe property
return GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithExcludeMe(Boolean excludeMe)
        {
            this.excludeMeField = excludeMe;
            return this;
        }