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

Dwolla Webhook Attempt Request data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Dwolla.Webhook.Attempt.Request{
  body: String.t(),
  headers: list(),
  timestamp: String.t(),
  url: String.t()
}