Tourmaline::ShippingAddress
Inherits JSON::Serializable / Reference / Object
This object represents a shipping address.
Constructors
new(country_code : String, state : String, city : String, street_line1 : String, street_line2 : String, post_code : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source