class TelegramBot::OrderInfo

Defined in:

telegram_bot/types/order_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def email : String | Nil #

[View source]
def email=(_email : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(_name : String | Nil) #

[View source]
def phone_number : String | Nil #

[View source]
def phone_number=(_phone_number : String | Nil) #

[View source]
def shipping_address : ShippingAddress | Nil #

[View source]
def shipping_address=(_shipping_address : ShippingAddress | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]