brandon14/ebay-sdk-php

View on GitHub
src/Buy/Feed/V1/docs/Model/FeedTypeSearchResponse.md

Summary

Maintainability
Test Coverage
# # FeedTypeSearchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**feed_types** | [**\TNT\Ebay\Buy\Feed\V1\Model\FeedType[]**](FeedType.md) | An array of the feed types that match the search criteria. | [optional]
**href** | **string** | The URL to to the current set of results. | [optional]
**limit** | **int** | The number of records to show in the current response. | [optional]
**next** | **string** | You can use this URL to retrieve the next page of results beyond those displayed on the page if there are more results that match the search criteria. | [optional]
**total** | **int** | The total number of matches for the search criteria. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)