# ShopifyPaymentsDisputeEvidence - admin-graphql - OBJECT Version: 2024-04 ## Description The evidence associated with the dispute. ### Access Scopes `read_shopify_payments_dispute_evidences` access scope. ## Fields * [accessActivityLog](/docs/api/admin-graphql/2024-04/scalars/String): String - The activity logs associated with the dispute evidence. * [billingAddress](/docs/api/admin-graphql/2024-04/objects/MailingAddress): MailingAddress - The billing address that's provided by the customer. * [cancellationPolicyDisclosure](/docs/api/admin-graphql/2024-04/scalars/String): String - The cancellation policy disclosure associated with the dispute evidence. * [cancellationPolicyFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The cancellation policy file associated with the dispute evidence. * [cancellationRebuttal](/docs/api/admin-graphql/2024-04/scalars/String): String - The cancellation rebuttal associated with the dispute evidence. * [customerCommunicationFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The customer communication file associated with the dispute evidence. * [customerEmailAddress](/docs/api/admin-graphql/2024-04/scalars/String): String - The customer's email address. * [customerFirstName](/docs/api/admin-graphql/2024-04/scalars/String): String - The customer's first name. * [customerLastName](/docs/api/admin-graphql/2024-04/scalars/String): String - The customer's last name. * [customerPurchaseIp](/docs/api/admin-graphql/2024-04/scalars/String): String - The customer purchase ip for this dispute evidence. * [dispute](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDispute): ShopifyPaymentsDispute! - The dispute associated with the evidence. * [disputeFileUploads](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload! - The file uploads associated with the dispute evidence. * [fulfillments](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFulfillment): ShopifyPaymentsDisputeFulfillment! - The fulfillments associated with the dispute evidence. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [productDescription](/docs/api/admin-graphql/2024-04/scalars/String): String - The product description for this dispute evidence. * [refundPolicyDisclosure](/docs/api/admin-graphql/2024-04/scalars/String): String - The refund policy disclosure associated with the dispute evidence. * [refundPolicyFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The refund policy file associated with the dispute evidence. * [refundRefusalExplanation](/docs/api/admin-graphql/2024-04/scalars/String): String - The refund refusal explanation associated with dispute evidence. * [serviceDocumentationFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The service documentation file associated with the dispute evidence. * [shippingAddress](/docs/api/admin-graphql/2024-04/objects/MailingAddress): MailingAddress - The mailing address for shipping that's provided by the customer. * [shippingDocumentationFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The shipping documentation file associated with the dispute evidence. * [submitted](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether the dispute evidence is submitted. * [uncategorizedFile](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeFileUpload): ShopifyPaymentsDisputeFileUpload - The uncategorized file associated with the dispute evidence. * [uncategorizedText](/docs/api/admin-graphql/2024-04/scalars/String): String - The uncategorized text for the dispute evidence. ## Connections ## Related queries * [disputeEvidence](/docs/api/admin-graphql/2024-04/queries/disputeEvidence) Returns dispute evidence details based on ID. ## Related mutations * [disputeEvidenceUpdate](/docs/api/admin-graphql/2024-04/mutations/disputeEvidenceUpdate) Updates a dispute evidence. ## Related Unions ## Examples