MarketplaceWebServiceProducts.Model.GetMatchingProductRequest.WithASINList C# (CSharp) Method

WithASINList() public method

Sets the ASINList property
public WithASINList ( ASINListType ASINList ) : GetMatchingProductRequest
ASINList ASINListType ASINList property
return GetMatchingProductRequest
        public GetMatchingProductRequest WithASINList(ASINListType ASINList)
        {
            this.ASINListField = ASINList;
            return this;
        }