Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration (Increase v1.0.0)

Copy Markdown View Source

A Visa Card Dispute User-Initiated Pre-Arbitration User Submission object. This field will be present in the JSON response if and only if category is equal to user_prearbitration. Contains the details specific to a user-initiated pre-arbitration Visa Card Dispute User Submission.

Fields

  • category_change - Category change details for the pre-arbitration request, if requested.
  • reason - The reason for the pre-arbitration request.

Summary

Types

t()

@type t() ::
  %Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration{
    category_change:
      Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration.CategoryChange.t()
      | nil,
    reason: String.t()
  }