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

Dwolla Webhook Attempt Response data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Dwolla.Webhook.Attempt.Response{
  body: String.t(),
  headers: list(),
  status_code: integer(),
  timestamp: String.t()
}