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

WithASINList() public method

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