amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
# SolutionProviderCreditEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**provider_transaction_type** | Option<**String**> | The transaction type. | [optional]
**seller_order_id** | Option<**String**> | A seller-defined identifier for an order. | [optional]
**marketplace_id** | Option<**String**> | The identifier of the marketplace where the order was placed. | [optional]
**marketplace_country_code** | Option<**String**> | The two-letter country code of the country associated with the marketplace where the order was placed. | [optional]
**seller_id** | Option<**String**> | The Amazon-defined identifier of the seller. | [optional]
**seller_store_name** | Option<**String**> | The store name where the payment event occurred. | [optional]
**provider_id** | Option<**String**> | The Amazon-defined identifier of the solution provider. | [optional]
**provider_store_name** | Option<**String**> | The store name where the payment event occurred. | [optional]
**transaction_amount** | Option<[**models::Currency**]Currency.md> |  | [optional]
**transaction_creation_date** | Option<**String**> | Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate). | [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)