# `Stripe.Resources.Forwarding.Request.ResponseDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/forwarding/request.ex#L120)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Forwarding.Request.ResponseDetails{
  body: String.t() | nil,
  headers:
    [Stripe.Resources.Forwarding.Request.ResponseDetails.Headers.t()] | nil,
  status: integer() | nil
}
```

* `body` - The response body from the destination endpoint to Stripe. Max length: 5000.
* `headers` - HTTP headers that the destination endpoint returned.
* `status` - The HTTP status code that the destination endpoint returned.

---

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