brandon14/ebay-sdk-php

View on GitHub
src/Sell/Fulfillment/V1/docs/Model/PaymentDisputeOutcomeDetail.md

Summary

Maintainability
Test Coverage
# # PaymentDisputeOutcomeDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fees** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\SimpleAmount**](SimpleAmount.md) |  | [optional]
**protected_amount** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\SimpleAmount**](SimpleAmount.md) |  | [optional]
**protection_status** | **string** | This enumeration value indicates if the seller is fully protected, partially protected, or not protected by eBay for the payment dispute. This field is always returned once the payment dispute is resolved. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:ProtectionStatusEnum'>eBay API documentation</a> | [optional]
**reason_for_closure** | **string** | The enumeration value returned in this field indicates the outcome of the payment dispute for the seller. This field is always returned once the payment dispute is resolved. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:OutcomeEnum'>eBay API documentation</a> | [optional]
**recoup_amount** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\SimpleAmount**](SimpleAmount.md) |  | [optional]
**total_fee_credit** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\SimpleAmount**](SimpleAmount.md) |  | [optional]

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