View Source Paystack.Response (Paystack v0.7.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Paystack.Response{
  data: list(),
  message: String.t(),
  meta: list(),
  status_code: integer(),
  success: boolean()
}