tgbot-cpp
|
This object represents a shipping address. More...
#include <ShippingAddress.h>
Public Types | |
typedef std::shared_ptr< ShippingAddress > | Ptr |
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. | |
This object represents a shipping address.
Definition at line 14 of file ShippingAddress.h.
typedef std::shared_ptr<ShippingAddress> TgBot::ShippingAddress::Ptr |
Definition at line 17 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::city |
City.
Definition at line 32 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::countryCode |
Two-letter ISO 3166-1 alpha-2 country code.
Definition at line 22 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::postCode |
Address post code.
Definition at line 47 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::state |
State, if applicable.
Definition at line 27 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::streetLine1 |
First line for the address.
Definition at line 37 of file ShippingAddress.h.
std::string TgBot::ShippingAddress::streetLine2 |
Second line for the address.
Definition at line 42 of file ShippingAddress.h.