dwolla v1.0.1 Dwolla.Webhook.Attempt.Request View Source

Dwolla Webhook Attempt Request data structure.

Link to this section Summary

Link to this section Types

Link to this type

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