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

Dwolla Webhook Attempt Response data structure.

Link to this section Summary

Link to this section Types

Link to this type

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