StripeElixir.Params.V2.Core.Accounts.PersonTokenCreateParams.Address
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.V2.Core.Accounts.PersonTokenCreateParams.Address{ city: String.t() | nil, country: String.t() | nil, line1: String.t() | nil, line2: String.t() | nil, postal_code: String.t() | nil, state: String.t() | nil, town: String.t() | nil }
city- City, district, suburb, town, or village.country- Two-letter country code (ISO 3166-1 alpha-2).line1- Address line 1 (e.g., street, PO Box, or company name).line2- Address line 2 (e.g., apartment, suite, unit, or building).postal_code- ZIP or postal code.state- State, county, province, or region.town- Town or district.