Nested struct within the parent resource.
Summary
Types
@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.