class TelegramBot::ShippingAddress

Defined in:

telegram_bot/types/shipping_address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : String #

[View source]
def city=(_city : String) #

[View source]
def country_code : String #

[View source]
def country_code=(_country_code : String) #

[View source]
def post_code : String #

[View source]
def post_code=(_post_code : String) #

[View source]
def state : String #

[View source]
def state=(_state : String) #

[View source]
def street_line1 : String #

[View source]
def street_line1=(_street_line1 : String) #

[View source]
def street_line2 : String #

[View source]
def street_line2=(_street_line2 : String) #

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

[View source]