brandon14/ebay-sdk-php

View on GitHub
src/Sell/Logistics/V1/docs/Model/PickupSlot.md

Summary

Maintainability
Test Coverage
# # PickupSlot

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pickup_slot_end_time** | **string** | The date and time the pickup slot ends, formatted as an <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\" title=\"https://www.iso.org\" target=\"_blank\">ISO 8601</a> string, which is based on the 24-hour Coordinated Universal Time (UTC) clock.  <br><br><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[HH]:[MM]:[SS].[SSS]Z</code> <br><b>Example:</b> <code>2018-08-20T07:09:00.000Z</code> | [optional]
**pickup_slot_id** | **string** | Seller-defined name for the pickup slot. <!-- Max characters? --> | [optional]
**pickup_slot_start_time** | **string** | The date and time the pickup slot begins, formatted as an <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\" title=\"https://www.iso.org\" target=\"_blank\">ISO 8601</a> UTC string. | [optional]
**pickup_slot_time_zone** | **string** | The time zone of the pickup location, returned as <a href=\"https://www.iana.org/time-zones\" target=\"_blank\">Time Zone Database</a> ID (also know as an Olson time zone ID). | [optional]

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