class Tourmaline::ShippingOption

Included Modules

Defined in:

tourmaline/models/shipping_option.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

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]