# `Daraja.C2B.Response.Success`
[🔗](https://github.com/okothkongo/daraja/blob/v0.1.1/lib/daraja/c2b/response.ex#L8)

Returned when Safaricom successfully accepts a C2B request.

# `t`

```elixir
@type t() :: %Daraja.C2B.Response.Success{
  originator_conversation_id: String.t(),
  response_code: String.t(),
  response_description: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
