# `Stripe.Params.Forwarding.RequestCreateParams.Request`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/forwarding/request_create_params.ex#L24)

Nested parameters.

# `t`

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

* `body` - The body payload to send to the destination endpoint. Max length: 5000.
* `headers` - The headers to include in the forwarded request. Can be omitted if no additional headers (excluding Stripe-generated ones such as the Content-Type header) should be included.

---

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