INPUT_OBJECT

ChargeBackEvidenceInput

Payload for a chargeback evidence

link GraphQL Schema definition

  • input ChargeBackEvidenceInput {
  • # The billing address of the customer
  • billing_address: String
  • # The cancellation policy file
  • cancellation_policy: Upload
  • # The disclosure of the cancellation policy
  • cancellation_policy_disclosure: String
  • # The rebuttal of the cancellation
  • cancellation_rebuttal: String
  • # The communication with the customer
  • customer_communication: Upload
  • # The email address of the customer
  • customer_email_address: String
  • # The name of the customer
  • customer_name: String
  • # The description of the product
  • product_description: String
  • # The refund policy file
  • refund_policy: Upload
  • # The disclosure of the refund policy
  • refund_policy_disclosure: String
  • # The explanation of the refund refusal
  • refund_refusal_explanation: String
  • # The uncategorized file related to the chargeback
  • uncategorized_file: Upload
  • # The uncategorized reason of the chargeback
  • uncategorized_text: String
  • }