Inherits PaymentFormType.
The payment form is for a regular payment.
Public Fields | |
object_ptr< invoice > | invoice_ |
Full information about the invoice. | |
int53 | payment_provider_user_id_ |
User identifier of the payment provider bot. | |
object_ptr< PaymentProvider > | payment_provider_ |
Information about the payment provider. | |
array< object_ptr< paymentOption > > | additional_payment_options_ |
The list of additional payment options. | |
object_ptr< orderInfo > | saved_order_info_ |
Saved server-side order information; may be null. | |
array< object_ptr< savedCredentials > > | saved_credentials_ |
The list of saved payment credentials. | |
bool | can_save_credentials_ |
True, if the user can choose to save credentials. | |
bool | need_password_ |
True, if the user will be able to save credentials, if sets up a 2-step verification password. | |
Public Instance Methods | |
paymentFormTypeRegular () | |
paymentFormTypeRegular (object_ptr< invoice > &&invoice_, int53 payment_provider_user_id_, object_ptr< PaymentProvider > &&payment_provider_, array< object_ptr< paymentOption >> &&additional_payment_options_, object_ptr< orderInfo > &&saved_order_info_, array< object_ptr< savedCredentials >> &&saved_credentials_, bool can_save_credentials_, bool need_password_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -615089778 |
Identifier uniquely determining a type of the object. | |
The payment form is for a regular payment.
paymentFormTypeRegular | ( | object_ptr< invoice > && | invoice_, |
int53 | payment_provider_user_id_, | ||
object_ptr< PaymentProvider > && | payment_provider_, | ||
array< object_ptr< paymentOption >> && | additional_payment_options_, | ||
object_ptr< orderInfo > && | saved_order_info_, | ||
array< object_ptr< savedCredentials >> && | saved_credentials_, | ||
bool | can_save_credentials_, | ||
bool | need_password_ | ||
) |
The payment form is for a regular payment.
[in] | invoice_ | Full information about the invoice. |
[in] | payment_provider_user_id_ | User identifier of the payment provider bot. |
[in] | payment_provider_ | Information about the payment provider. |
[in] | additional_payment_options_ | The list of additional payment options. |
[in] | saved_order_info_ | Saved server-side order information; may be null. |
[in] | saved_credentials_ | The list of saved payment credentials. |
[in] | can_save_credentials_ | True, if the user can choose to save credentials. |
[in] | need_password_ | True, if the user will be able to save credentials, if sets up a 2-step verification password. |
|
finalvirtual |