brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # UserScheduleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**schedule_id** | **string** | The ID of the schedule. This ID is generated when the schedule was created by the <strong>createSchedule</strong> method. | [optional]
**creation_date** | **string** | The creation date of the schedule in hours based on the 24-hour Coordinated Universal Time (UTC) clock. | [optional]
**feed_type** | **string** | The <strong>feedType</strong> associated with the schedule. | [optional]
**last_modified_date** | **string** | The date the schedule was last modified. | [optional]
**preferred_trigger_day_of_month** | **int** | The preferred day of the month to trigger the schedule. This field can be used with <strong>preferredTriggerHour</strong> for monthly schedules. The last day of the month is used for numbers larger than the number of days in the month. | [optional]
**preferred_trigger_day_of_week** | **string** | The preferred day of the week to trigger the schedule. This field can be used with <strong>preferredTriggerHour</strong> for weekly schedules. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:DayOfWeekEnum'>eBay API documentation</a> | [optional]
**preferred_trigger_hour** | **string** | The preferred two-digit hour of the day to trigger the schedule. <br /><br /><b>Format:</b> UTC <code>hhZ</code><br /><br />For example, the following represents 11:00 am UTC:<br /><br /><code>11Z</code><br /><br /> | [optional]
**schedule_end_date** | **string** | The timestamp on which the report generation (subscription) ends. After this date, the schedule status becomes <code>INACTIVE</code>. | [optional]
**schedule_name** | **string** | The schedule name assigned by the user for the created schedule. Users assign this name for their reference. | [optional]
**schedule_start_date** | **string** | The timestamp that indicates the start of the report generation. | [optional]
**schedule_template_id** | **string** | The ID of the template used to create this schedule. | [optional]
**schema_version** | **string** | The schema version of the feedType for the schedule. | [optional]
**status** | **string** | The enumeration value that indicates the state of the schedule. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusEnum'>eBay API documentation</a> | [optional]
**status_reason** | **string** | The reason the schedule is inactive. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusReasonEnum'>eBay API documentation</a> | [optional]

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