Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsDisputeEvidenceUpdateInput
The input fields required to update a dispute evidence object.
Signature:
export interface ShopifyPaymentsDisputeEvidenceUpdateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| accessActivityLog? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Activity logs. | |
| cancellationPolicyDisclosure? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Cancellation policy disclosure. | |
| cancellationPolicyFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Cancellation policy file. | |
| cancellationRebuttal? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Cancellation rebuttal. | |
| customerCommunicationFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Customer communication file. | |
| customerEmailAddress? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Customer email address. | |
| customerFirstName? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Customer first name. | |
| customerLastName? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Customer last name. | |
| refundPolicyDisclosure? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Refund policy disclosure. | |
| refundPolicyFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Refund policy file. | |
| refundRefusalExplanation? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Refund refusal explanation. | |
| serviceDocumentationFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Service documentation file. | |
| shippingAddress? | InputMaybe<MailingAddressInput> | (Optional) The shipping address associated with the dispute evidence. | |
| shippingDocumentationFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Shipping documentation file. | |
| submitEvidence? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether to submit the evidence. | |
| uncategorizedFile? | InputMaybe<ShopifyPaymentsDisputeFileUploadUpdateInput> | (Optional) Uncategorized file. | |
| uncategorizedText? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Uncategorized text. |