Tourmaline::ShippingOption
Inherits JSON::Serializable / Reference / Object
This object represents one shipping option.
Constructors
new(id : String, title : String, prices : Array(Tourmaline::LabeledPrice) = [] of Tourmaline::LabeledPrice)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source