TDLib
Loading...
Searching...
No Matches
td::td_api::sendPaymentForm Class Referencefinal

Inherits td::td_api::Function.

Public Types

using ReturnType = object_ptr< paymentResult >
 Typedef for the type returned by the function.
 

Public Member Functions

 sendPaymentForm ()
 
 sendPaymentForm (object_ptr< InputInvoice > &&input_invoice_, int64 payment_form_id_, string const &order_info_id_, string const &shipping_option_id_, object_ptr< InputCredentials > &&credentials_, int53 tip_amount_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< InputInvoiceinput_invoice_
 The invoice.
 
int64 payment_form_id_
 Payment form identifier returned by getPaymentForm.
 
string order_info_id_
 Identifier returned by validateOrderInfo, or an empty string.
 
string shipping_option_id_
 Identifier of a chosen shipping option, if applicable.
 
object_ptr< InputCredentialscredentials_
 The credentials chosen by user for payment.
 
int53 tip_amount_
 Chosen by the user amount of tip in the smallest units of the currency.
 

Static Public Attributes

static const std::int32_t ID = -965855094
 Identifier uniquely determining a type of the object.
 

Detailed Description

Sends a filled-out payment form to the bot for final verification.

Returns object_ptr<PaymentResult>.

Constructor & Destructor Documentation

◆ sendPaymentForm() [1/2]

td::td_api::sendPaymentForm::sendPaymentForm ( )

Default constructor for a function, which sends a filled-out payment form to the bot for final verification.

Returns object_ptr<PaymentResult>.

◆ sendPaymentForm() [2/2]

td::td_api::sendPaymentForm::sendPaymentForm ( object_ptr< InputInvoice > &&  input_invoice_,
int64  payment_form_id_,
string const &  order_info_id_,
string const &  shipping_option_id_,
object_ptr< InputCredentials > &&  credentials_,
int53  tip_amount_ 
)

Creates a function, which sends a filled-out payment form to the bot for final verification.

Returns object_ptr<PaymentResult>.

Parameters
[in]input_invoice_The invoice.
[in]payment_form_id_Payment form identifier returned by getPaymentForm.
[in]order_info_id_Identifier returned by validateOrderInfo, or an empty string.
[in]shipping_option_id_Identifier of a chosen shipping option, if applicable.
[in]credentials_The credentials chosen by user for payment.
[in]tip_amount_Chosen by the user amount of tip in the smallest units of the currency.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::sendPaymentForm::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

void td::td_api::sendPaymentForm::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: