ChargeBackEvidenceInput
Payload for a chargeback evidence
Fields
billing_address   
·  String     · The billing address of the customer  cancellation_policy   
·  Upload     · The cancellation policy file  cancellation_policy_disclosure   
·  String     · The disclosure of the cancellation policy  cancellation_rebuttal   
·  String     · The rebuttal of the cancellation  customer_communication   
·  Upload     · The communication with the customer  customer_email_address   
·  String     · The email address of the customer  customer_name   
·  String     · The name of the customer  product_description   
·  String     · The description of the product  refund_policy   
·  Upload     · The refund policy file  refund_policy_disclosure   
·  String     · The disclosure of the refund policy  refund_refusal_explanation   
·  String     · The explanation of the refund refusal  uncategorized_file   
·  Upload     · The uncategorized file related to the chargeback  uncategorized_text   
·  String     · The uncategorized reason of the chargeback  Used By
Definition
"""Payload for a chargeback evidence"""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}