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
16
17
# RetrochargeEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**retrocharge_event_type** | Option<**String**> | The type of event.  Possible values:  * Retrocharge  * RetrochargeReversal | [optional]
**amazon_order_id** | Option<**String**> | An Amazon-defined identifier for an order. | [optional]
**posted_date** | Option<**String**> | Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate). | [optional]
**base_tax** | Option<[**models::Currency**]Currency.md> |  | [optional]
**shipping_tax** | Option<[**models::Currency**]Currency.md> |  | [optional]
**marketplace_name** | Option<**String**> | The name of the marketplace where the retrocharge event occurred. | [optional]
**retrocharge_tax_withheld_list** | Option<[**Vec<models::TaxWithheldComponent>**]TaxWithheldComponent.md> | A list of information about taxes withheld. | [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)