amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ExceptionDates

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exception_date** | Option<**String**> | Date when the business is closed, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> date format. | [optional]
**is_open** | Option<**bool**> | Boolean indicating if the business is closed or open on that date. | [optional]
**open_intervals** | Option<[**Vec<models::OpenInterval>**]OpenInterval.md> | Time window during the day when the business is open. | [optional]

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