stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsDisputeFileUpload

AdminTypes.ShopifyPaymentsDisputeFileUpload interface

The file upload associated with the dispute evidence.

Signature:

export interface ShopifyPaymentsDisputeFileUpload extends Node 

Extends: Node

Properties

Property Modifiers Type Description
disputeEvidenceType?   Maybe<ShopifyPaymentsDisputeEvidenceFileType | `${ShopifyPaymentsDisputeEvidenceFileType}`> (Optional) The type of the file for the dispute evidence.
fileSize   Scalars[‘Int’][‘output’] The file size.
fileType   Scalars[‘String’][‘output’] The file type.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
originalFileName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The original file name.
url   Scalars[‘URL’][‘output’] The URL for accessing the file.