class TelegramBot::Models::OrderInfo

Overview

https://core.telegram.org/bots/api#orderinfo

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#orderinfo


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