brandon14/ebay-sdk-php

View on GitHub
src/Sell/Feed/V1/docs/Model/ScheduleTemplateResponse.md

Summary

Maintainability
Test Coverage
# # ScheduleTemplateResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**feed_type** | **string** | The feed type of the schedule template. <p> <span class=\"tablenote\"><strong>Note:</strong> When calling <strong>createSchedule</strong> and <strong>updateSchedule</strong> methods you must match the feed type specified by the schedule template (this feedType).</span></p> | [optional]
**frequency** | **string** | This field specifies how often the schedule is generated. If set to <code>HALF_HOUR</code> or <code>ONE_HOUR</code>, you cannot set a <strong>preferredTriggerHour</strong> using <strong>createSchedule</strong> or <strong>updateSchedule</strong>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FrequencyEnum'>eBay API documentation</a> | [optional]
**name** | **string** | The template name provided by the template. | [optional]
**schedule_template_id** | **string** | The ID of the template. Use this ID to create a schedule based on the properties of this schedule template. | [optional]
**status** | **string** | The present status of the template. You cannot create or modify a schedule using a template with an <code>INACTIVE</code> status.  For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusEnum'>eBay API documentation</a> | [optional]
**supported_configurations** | [**\TNT\Ebay\Sell\Feed\V1\Model\SupportedConfiguration[]**](SupportedConfiguration.md) | An array of the configuration supported by this template. | [optional]

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