This object model represents the response from a successful list pickups request.
{- "address": {
- "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "search_window": {
- "time_zone_iana": "America/Chicago",
- "start_window": "2021-08-20T14:38:36.859237-05:00",
- "end_window": "2021-08-20T18:38:36.859237-05:00"
}, - "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": { },
- "property2": { }
}, - "connection_name": "string"
}
{- "pickupspickup_windows": [
- {
- "confirmation_number": "string",
- "status": "string",
- "status_description": "string"
}
], - "metadata": { }
}