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

Copy Markdown View Source

Category change details for the pre-arbitration request, if requested.

Fields

  • category - The category the dispute is being changed to.
  • reason - The reason for the pre-arbitration request.

Summary

Types

t()

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