# ShopifyPaymentsDisputeFileUpload - admin-graphql - OBJECT Version: 2024-10 ## Description The file upload associated with the dispute evidence. ### Access Scopes `read_shopify_payments_dispute_evidences` access scope. ## Fields * [disputeEvidenceType](/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsDisputeEvidenceFileType): ShopifyPaymentsDisputeEvidenceFileType - The type of the file for the dispute evidence. * [fileSize](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The file size. * [fileType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The file type. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [originalFileName](/docs/api/admin-graphql/2024-10/scalars/String): String - The original file name. * [url](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - The URL for accessing the file. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples