19 typedef std::shared_ptr<Invoice>
Ptr;
This object contains basic information about an invoice.
std::shared_ptr< Invoice > Ptr
std::string title
Product name.
std::string startParameter
Unique bot deep-linking parameter that can be used to generate this invoice.
std::string currency
Three-letter ISO 4217 currency code.
std::string description
Product description.
std::int32_t totalAmount
Total price in the smallest units of the currency (integer, not float/double).