class TelegramBot::OrderInfo

Included Modules

Defined in:

telegram_bot/types/order_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def email : String | Nil #

def email=(email : String | Nil) #

def name : String | Nil #

def name=(name : String | Nil) #

def phone_number : String | Nil #

def phone_number=(phone_number : String | Nil) #

def shipping_address : ShippingAddress | Nil #

def shipping_address=(shipping_address : ShippingAddress | Nil) #