Stripe.Resources.Forwarding.Request.ResponseDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Forwarding.Request.ResponseDetails{
  body: String.t() | nil,
  headers:
    [Stripe.Resources.Forwarding.Request.ResponseDetails.Headers.t()] | nil,
  status: integer() | nil
}
  • body - The response body from the destination endpoint to Stripe. Max length: 5000.
  • headers - HTTP headers that the destination endpoint returned.
  • status - The HTTP status code that the destination endpoint returned.