Inherits Object.
Contains information about an invoice payment form.
Public Fields | |
int64 | id_ |
The payment form identifier. | |
object_ptr< PaymentFormType > | type_ |
Type of the payment form. | |
int53 | seller_bot_user_id_ |
User identifier of the seller bot. | |
object_ptr< productInfo > | product_info_ |
Information about the product. | |
Public Instance Methods | |
paymentForm () | |
paymentForm (int64 id_, object_ptr< PaymentFormType > &&type_, int53 seller_bot_user_id_, object_ptr< productInfo > &&product_info_) | |
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 = 1998651315 |
Identifier uniquely determining a type of the object. | |
paymentForm | ( | ) |
Contains information about an invoice payment form.
paymentForm | ( | int64 | id_, |
object_ptr< PaymentFormType > && | type_, | ||
int53 | seller_bot_user_id_, | ||
object_ptr< productInfo > && | product_info_ | ||
) |
Contains information about an invoice payment form.
[in] | id_ | The payment form identifier. |
[in] | type_ | Type of the payment form. |
[in] | seller_bot_user_id_ | User identifier of the seller bot. |
[in] | product_info_ | Information about the product. |
|
finalvirtual |