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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
city
Sourcecountry
Sourceline1
Sourceline2
Sourcepostal_code
Sourcestate
Sourceto_h
Sourcetown
Source