Inherits Object.
Contains information about saved payment credentials.
Public Fields | |
string | id_ |
Unique identifier of the saved credentials. | |
string | title_ |
Title of the saved credentials. | |
Public Instance Methods | |
savedCredentials () | |
savedCredentials (string const &id_, string const &title_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -370273060 |
Identifier uniquely determining a type of the object. | |
savedCredentials | ( | ) |
Contains information about saved payment credentials.
savedCredentials | ( | string const & | id_, |
string const & | title_ | ||
) |
Contains information about saved payment credentials.
[in] | id_ | Unique identifier of the saved credentials. |
[in] | title_ | Title of the saved credentials. |
|
finalvirtual |