View Source Dwolla.Webhook.Attempt (dwolla v1.0.3)

Dwolla Webhook Attempt data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Dwolla.Webhook.Attempt{
  id: String.t(),
  request: Dwolla.Webhook.Attempt.Request.t(),
  response: Dwolla.Webhook.Attempt.Response.t()
}