Stripe.Resources.Review.IpAddressLocation (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Review.IpAddressLocation{
  city: String.t() | nil,
  country: String.t() | nil,
  latitude: float() | nil,
  longitude: float() | nil,
  region: String.t() | nil
}
  • city - The city where the payment originated. Max length: 5000. Nullable.
  • country - Two-letter ISO code representing the country where the payment originated. Max length: 5000. Nullable.
  • latitude - The geographic latitude where the payment originated. Nullable.
  • longitude - The geographic longitude where the payment originated. Nullable.
  • region - The state/county/province/region where the payment originated. Max length: 5000. Nullable.