1#ifndef TGBOT_SHIPPINGADDRESS_H
2#define TGBOT_SHIPPINGADDRESS_H
17 typedef std::shared_ptr<ShippingAddress>
Ptr;
This object represents a shipping address.
std::string streetLine2
Second line for the address.
std::string countryCode
Two-letter ISO 3166-1 alpha-2 country code.
std::string state
State, if applicable.
std::string postCode
Address post code.
std::shared_ptr< ShippingAddress > Ptr
std::string streetLine1
First line for the address.