This type is used by the request payload of the addEvidence method. The addEvidence method is used to create a new evidence set against a payment dispute with one or more evidence files.
Types that use AddEvidencePaymentDisputeRequest
Not used by any types.
Call that uses AddEvidencePaymentDisputeRequest
Fields
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 become part of a new evidence set associated with a payment dispute. At least one evidence file must be specified in the files array.
lineItems
array of OrderLineItems
This 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.
These values are returned under the evidenceRequests.lineItems array in the getPaymentDispute response.