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) #

[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]