struct

Stripe::Address

Inherits JSON::Serializable < Stripe::Resource < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

city

City, district, suburb, town, or village.

Source
country

Two-letter country code (ISO 3166-1 alpha-2).

Source
line1

Address line 1 (e.g., street, PO Box, or company name).

Source
line2

Address line 2 (e.g., apartment, suite, unit, or building).

Source
postal_code

ZIP or postal code.

Source
state

State, county, province, or region.

Source