class Tourmaline::OrderInfo

Included Modules

Defined in:

tourmaline/models/order_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def email : String | Nil #

[View source]
def name : String | Nil #

[View source]
def phone_number : String | Nil #

[View source]
def shipping_address : ShippingAddress | Nil #

[View source]