class

Tourmaline::ShippingOption

Inherits JSON::Serializable / Reference / Object

This object represents one shipping option.

Constructors

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

Instance methods

id

Shipping option identifier

Source
id=(id : String)

Shipping option identifier

Source
prices

List of price portions

Source
prices=(prices : Array(Tourmaline::LabeledPrice))

List of price portions

Source
title

Option title

Source
title=(title : String)

Option title

Source