View Source ExOAPI.Stripe.Schemas.LegalEntityJapanAddress (exoapi_stripe v0.1.4)
:city :: :string
City/Ward.
:country :: :string
Two-letter country code (ISO 3166-1 alpha-2).
:line1 :: :string
Block/Building number.
:line2 :: :string
Building details.
:postal_code :: :string
ZIP or postal code.
:state :: :string
Prefecture.
:town :: :string
Town/cho-me.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()