src/Sell/Fulfillment/V1/docs/Model/AddEvidencePaymentDisputeRequest.md
# # AddEvidencePaymentDisputeRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**evidence_type** | **string** | This field is used to indicate the type of evidence being provided through one or more evidence files. All evidence files (if more than one) should be associated with the evidence type passed in this field. See the <strong>EvidenceTypeEnum</strong> type for the supported evidence types. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:EvidenceTypeEnum'>eBay API documentation</a> | [optional]
**files** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\FileEvidence[]**](FileEvidence.md) | This array is used to specify one or more evidence files that will become part of a new evidence set associated with a payment dispute. At least one evidence file must be specified in the <strong>files</strong> array.<br><br> The unique identifier of an evidence file is returned in the response payload of the <strong>uploadEvidence</strong> method. | [optional]
**line_items** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\OrderLineItems[]**](OrderLineItems.md) | This required array identifies the order line item(s) for which the evidence file(s) will be applicable. Both the <strong>itemId</strong> and <strong>lineItemID</strong> fields are needed to identify each order line item, and both of these values are returned under the <strong>evidenceRequests.lineItems</strong> array in the <strong>getPaymentDispute</strong> response. | [optional]
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)