class Tourmaline::ShippingOption

Included Modules

Defined in:

tourmaline/models/shipping_option.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, prices : Array(LabeledPrice)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

[View source]
def prices : Array(LabeledPrice) #

[View source]
def title : String #

[View source]