INPUT_OBJECT
ChargeBackEvidenceInput
Payload for a chargeback evidence
link GraphQL Schema definition
- input ChargeBackEvidenceInput {
- # The billing address of the customer
- String :
- # The cancellation policy file
- Upload :
- # The disclosure of the cancellation policy
- String :
- # The rebuttal of the cancellation
- String :
- # The communication with the customer
- Upload :
- # The email address of the customer
- String :
- # The name of the customer
- String :
- # The description of the product
- String :
- # The refund policy file
- Upload :
- # The disclosure of the refund policy
- String :
- # The explanation of the refund refusal
- String :
- # The uncategorized file related to the chargeback
- Upload :
- # The uncategorized reason of the chargeback
- String :
- }