Increase.CardDisputes.CardDispute.Withdrawal (Increase v1.0.0)

Copy Markdown View Source

If the Card Dispute has been withdrawn, this will contain details of the withdrawal.

Fields

  • explanation - The explanation for the withdrawal of the Card Dispute.

Summary

Types

t()

@type t() :: %Increase.CardDisputes.CardDispute.Withdrawal{
  explanation: String.t() | nil
}