Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsDisputeEvidence
The evidence associated with the dispute.
Signature:
export interface ShopifyPaymentsDisputeEvidence extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| accessActivityLog? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The activity logs associated with the dispute evidence. | |
| billingAddress? | Maybe<MailingAddress> | (Optional) The billing address that’s provided by the customer. | |
| cancellationPolicyDisclosure? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The cancellation policy disclosure associated with the dispute evidence. | |
| cancellationPolicyFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The cancellation policy file associated with the dispute evidence. | |
| cancellationRebuttal? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The cancellation rebuttal associated with the dispute evidence. | |
| customerCommunicationFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The customer communication file associated with the dispute evidence. | |
| customerEmailAddress? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The customer’s email address. | |
| customerFirstName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The customer’s first name. | |
| customerLastName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The customer’s last name. | |
| customerPurchaseIp? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The customer purchase ip for this dispute evidence. | |
| dispute | ShopifyPaymentsDispute | The dispute associated with the evidence. | |
| disputeFileUploads | Array<ShopifyPaymentsDisputeFileUpload> | The file uploads associated with the dispute evidence. | |
| fulfillments | Array<ShopifyPaymentsDisputeFulfillment> | The fulfillments associated with the dispute evidence. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| productDescription? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The product description for this dispute evidence. | |
| refundPolicyDisclosure? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The refund policy disclosure associated with the dispute evidence. | |
| refundPolicyFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The refund policy file associated with the dispute evidence. | |
| refundRefusalExplanation? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The refund refusal explanation associated with dispute evidence. | |
| serviceDocumentationFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The service documentation file associated with the dispute evidence. | |
| shippingAddress? | Maybe<MailingAddress> | (Optional) The mailing address for shipping that’s provided by the customer. | |
| shippingDocumentationFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The shipping documentation file associated with the dispute evidence. | |
| submitted | Scalars[‘Boolean’][‘output’] | Whether the dispute evidence is submitted. | |
| uncategorizedFile? | Maybe<ShopifyPaymentsDisputeFileUpload> | (Optional) The uncategorized file associated with the dispute evidence. | |
| uncategorizedText? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The uncategorized text for the dispute evidence. |