class

Stripe::Address

Inherits JSON::Serializable / Reference / Object

Constructors

new(line1 : Nil | String, city : Nil | String, state : Nil | String, line2 : Nil | String = nil, postal_code : Nil | String = nil, country : Nil | String = nil, town : Nil | String = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

city
Source
country
Source
line1
Source
line2
Source
postal_code
Source
state
Source
to_h
Source
town
Source