UNPKG

shipstation-client

Version:
24 lines (16 loc) 776 B
# PickupWindow The desired time range for the package pickup. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **start_at** | **string** | An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time. | [default to undefined] **end_at** | **string** | An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time. | [default to undefined] ## Example ```typescript import { PickupWindow } from 'shipstation-client'; const instance: PickupWindow = { start_at, end_at, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)