mpower v1.0.0
MPower.Response
MPower API response struct.
Every response contains response_code and response_text. Some response
may contain other data which is contextualy relevant to the request made. For
such data, we put them in the data field.
Types
t :: %MPower.Response{data: map, response_code: String.t, response_text: String.t, success: boolean}