StripeElixir.Params.Checkout.SessionCreateParams.ShippingAddressCollection (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.Params.Checkout.SessionCreateParams.ShippingAddressCollection{
    allowed_countries: [String.t()] | nil
  }
  • allowed_countries - An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations.