Stripe.Params.Tax.CalculationCreateParams.ShipFromDetails.Address
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Tax.CalculationCreateParams.ShipFromDetails.Address{ city: map() | nil, country: String.t() | nil, line1: map() | nil, line2: map() | nil, postal_code: map() | nil, state: map() | nil }
city- City, district, suburb, town, or village.country- Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000.line1- Address line 1, such as the street, PO Box, or company name.line2- Address line 2, such as the apartment, suite, unit, or building.postal_code- ZIP or postal code.state- State/province as an ISO 3166-2 subdivision code, without country prefix, such as "NY" or "TX".