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

Copy Markdown View Source

If the Card Dispute has been rejected, this will contain details of the rejection.

Fields

  • explanation - Why the Card Dispute was rejected.
  • rejected_at - The ISO 8601 date and time at which the Card Dispute was rejected.

Summary

Types

t()

@type t() :: %Increase.CardDisputes.CardDispute.Rejection{
  explanation: String.t(),
  rejected_at: DateTime.t()
}