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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Forwarding.Request.RequestContext{
  destination_duration: integer() | nil,
  destination_ip_address: String.t() | nil
}
  • destination_duration - The time it took in milliseconds for the destination endpoint to respond.
  • destination_ip_address - The IP address of the destination. Max length: 5000.