24 #ifndef TGBOT_SHIPPINGADDRESS_H 25 #define TGBOT_SHIPPINGADDRESS_H 41 typedef std::shared_ptr<ShippingAddress>
Ptr;
75 #endif //TGBOT_SHIPPINGADDRESS_H std::string streetLine1
First line for the address.
std::string countryCode
ISO 3166-1 alpha-2 country code.
std::string streetLine2
Second line for the address.
This object represents a shipping address.
std::string state
State, if applicable.
std::shared_ptr< ShippingAddress > Ptr