Stripe.Params.Forwarding.RequestCreateParams.Request
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@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.