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
14
15
# Poa

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appointment_time** | Option<[**models::AppointmentTime**]AppointmentTime.md> |  | [optional]
**technicians** | Option<[**Vec<models::Technician>**]Technician.md> | A list of technicians. | [optional]
**uploading_technician** | Option<**String**> | The identifier of the technician who uploaded the POA. | [optional]
**upload_time** | Option<**String**> | The date and time when the POA was uploaded in ISO 8601 format. | [optional]
**poa_type** | Option<**String**> | The type of POA uploaded. | [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)