|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes a withdrawal transaction with Fragment. More...
#include <TransactionPartner.hpp>
Public Member Functions | |
| TransactionPartnerFragment () | |
| TransactionPartnerFragment (const nl::json &json) | |
| nl::json | toJson () const override |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) override |
| Deserializes this object from JSON. | |
Public Member Functions inherited from tgbotxx::TransactionPartner | |
| TransactionPartner ()=default | |
| TransactionPartner (const nl::json &json) | |
| virtual | ~TransactionPartner ()=default |
Public Attributes | |
| Ptr< RevenueWithdrawalState > | withdrawalState |
| Optional. State of the withdrawal if transaction is outgoing. | |
Public Attributes inherited from tgbotxx::TransactionPartner | |
| std::string | type |
| Type of the transaction partner. | |
Describes a withdrawal transaction with Fragment.
Definition at line 173 of file TransactionPartner.hpp.
|
inline |
Definition at line 174 of file TransactionPartner.hpp.
|
inlineexplicit |
Definition at line 177 of file TransactionPartner.hpp.
|
inlineoverridevirtual |
Deserializes this object from JSON.
Reimplemented from tgbotxx::TransactionPartner.
Definition at line 190 of file TransactionPartner.hpp.
|
inlineoverridevirtual |
Serializes this object to JSON.
Reimplemented from tgbotxx::TransactionPartner.
Definition at line 184 of file TransactionPartner.hpp.
| Ptr<RevenueWithdrawalState> tgbotxx::TransactionPartnerFragment::withdrawalState |
Optional. State of the withdrawal if transaction is outgoing.
Definition at line 182 of file TransactionPartner.hpp.