shipstation-client
Version:
ShipStation V2 SDK
23 lines (15 loc) • 787 B
Markdown
# PickupPickupWindowsInner
## 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. | [optional] [default to undefined]
**end_at** | **string** | An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time. | [optional] [default to undefined]
## Example
```typescript
import { PickupPickupWindowsInner } from 'shipstation-client';
const instance: PickupPickupWindowsInner = {
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)