This type is used by the request payload of the updateEvidence method. The updateEvidence method is used to update an existing evidence set against a payment dispute with one or more evidence files.
Types that use UpdateEvidencePaymentDisputeRequest
Not used by any types.
Call that uses UpdateEvidencePaymentDisputeRequest
Fields
evidenceId
The unique identifier of the evidence set that is being updated with new evidence files.
This ID is returned under the evidence array in the getPaymentDispute response.
This ID is returned under the evidence array in the getPaymentDispute response.
evidenceType
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 EvidenceTypeEnum type for the supported evidence types.
See the EvidenceTypeEnum type for the supported evidence types.
files
array of FileEvidence
This array is used to specify one or more evidence files that will be added to the evidence set associated with a payment dispute. At least one evidence file must be specified in the files array.
The unique identifier of an evidence file is returned in the response payload of the uploadEvidence method.
The unique identifier of an evidence file is returned in the response payload of the uploadEvidence method.
lineItems
array of OrderLineItems
This required array identifies the order line item(s) for which the evidence file(s) will be applicable.
These values are returned under the evidenceRequests.lineItems array in the getPaymentDispute response.
Note: Both the itemId and lineItemID fields are needed to identify each order line item.
These values are returned under the evidenceRequests.lineItems array in the getPaymentDispute response.
Note: Both the itemId and lineItemID fields are needed to identify each order line item.