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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Forwarding.Request.RequestDetails{
  body: String.t() | nil,
  headers:
    [Stripe.Resources.Forwarding.Request.RequestDetails.Headers.t()] | nil,
  http_method: String.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.
* `http_method` - The HTTP method used to call the destination endpoint. Possible values: `POST`.

---

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