|
tgbot-cpp
|
This object represents a shipping address. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ShippingAddress> |
Public Attributes | |
| std::string | countryCode { } |
| Two-letter ISO 3166-1 alpha-2 country code. | |
| std::string | state { } |
| State, if applicable. | |
| std::string | city { } |
| City. | |
| std::string | streetLine1 { } |
| First line for the address. | |
| std::string | streetLine2 { } |
| Second line for the address. | |
| std::string | postCode { } |
| Address post code. | |
| using TgBot::ShippingAddress::Ptr = std::shared_ptr<ShippingAddress> |
| std::string TgBot::ShippingAddress::countryCode { } |
| std::string TgBot::ShippingAddress::postCode { } |
| std::string TgBot::ShippingAddress::state { } |
| std::string TgBot::ShippingAddress::streetLine1 { } |
| std::string TgBot::ShippingAddress::streetLine2 { } |