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

Copy Markdown View Source

If the Card Dispute's status is lost, this will contain details of the lost dispute.

Fields

  • lost_at - The ISO 8601 date and time at which the Card Dispute was lost.
  • reason - The reason the Card Dispute was lost.

Summary

Types

t()

@type t() :: %Increase.CardDisputes.CardDispute.Loss{
  lost_at: DateTime.t(),
  reason: String.t()
}