brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # SupportedFeed

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authorization_scopes** | **string[]** | The oauth authorization scopes which grant access to the feed files.<br /><br />Currently the only applicable authorization scope is <code>https://api.ebay.com/oauth/api_scope/buy.item.feed</code>.<br /><br /><span class=\"tablenote\"><span style=\"color:#004680\"><strong>Note:</strong></span> You can view your application's oauth scopes on the <a href='developer.ebay.com/my/keys'>Application Keys</a> page.</span> | [optional]
**constraint** | [**\TNT\Ebay\Buy\Feed\V1\Model\Constraint**](Constraint.md) |  | [optional]
**feed_scope** | **string** | Specifies the frequency with which the feed file is made available (<code>HOURLY</code>, <code>DAILY</code>, <code>WEEKLY</code>).<br /><br />Currently only <code>DAILY</code> is supported. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/api:FeedScopeEnum'>eBay API documentation</a> | [optional]
**look_back** | [**\TNT\Ebay\Buy\Feed\V1\Model\TimeDuration**](TimeDuration.md) |  | [optional]
**status** | **string** | The status for this feed. One of <code>ACTIVE</code>, <code>PAUSED</code>, or <code>DEPRECATED</code>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/api:FeedStatusEnum'>eBay API documentation</a> | [optional]
**supported_schemas** | [**\TNT\Ebay\Buy\Feed\V1\Model\SupportedSchema[]**](SupportedSchema.md) | An array of the supported <b>Feed</b> API schemas for this feed type. | [optional]

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