StripeElixir.Params.Forwarding.RequestCreateParams.Request
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.Forwarding.RequestCreateParams.Request{ body: String.t() | nil, headers: [map()] | 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.