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
# TimeOfDay

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hour_of_day** | Option<**i32**> | Denotes hour of the day, used for defining opening or closing time of access points | [optional]
**minute_of_hour** | Option<**i32**> | Denotes minute of the hour, used for defining opening or closing time of access points | [optional]
**second_of_minute** | Option<**i32**> | Denotes second of the minute, used for defining opening or closing time of access points | [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)