Nombaone.DunningAttempt (Nomba One v0.1.0)

View Source

One retry in a recovery run. status is one of scheduled, attempting, succeeded, rescheduled, card_update_required, exhausted.

Summary

Types

t()

@type t() :: %Nombaone.DunningAttempt{
  __raw__: term(),
  attempt_number: term(),
  branch: term(),
  created_at: term(),
  domain: term(),
  executed_at: term(),
  failure_reason: term(),
  gateway_message: term(),
  id: term(),
  next_attempt_at: term(),
  outcome: term(),
  rail_key: term(),
  scheduled_at: term(),
  status: term()
}