Inherits PaymentReceiptType.
The payment was done using a third-party payment provider.
Public Fields | |
int53 | payment_provider_user_id_ |
User identifier of the payment provider bot. | |
object_ptr< invoice > | invoice_ |
Information about the invoice. | |
object_ptr< orderInfo > | order_info_ |
Order information; may be null. | |
object_ptr< shippingOption > | shipping_option_ |
Chosen shipping option; may be null. | |
string | credentials_title_ |
Title of the saved credentials chosen by the buyer. | |
int53 | tip_amount_ |
The amount of tip chosen by the buyer in the smallest units of the currency. | |
Public Instance Methods | |
paymentReceiptTypeRegular () | |
paymentReceiptTypeRegular (int53 payment_provider_user_id_, object_ptr< invoice > &&invoice_, object_ptr< orderInfo > &&order_info_, object_ptr< shippingOption > &&shipping_option_, string const &credentials_title_, int53 tip_amount_) | |
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 = -1636362826 |
Identifier uniquely determining a type of the object. | |
The payment was done using a third-party payment provider.
paymentReceiptTypeRegular | ( | int53 | payment_provider_user_id_, |
object_ptr< invoice > && | invoice_, | ||
object_ptr< orderInfo > && | order_info_, | ||
object_ptr< shippingOption > && | shipping_option_, | ||
string const & | credentials_title_, | ||
int53 | tip_amount_ | ||
) |
The payment was done using a third-party payment provider.
[in] | payment_provider_user_id_ | User identifier of the payment provider bot. |
[in] | invoice_ | Information about the invoice. |
[in] | order_info_ | Order information; may be null. |
[in] | shipping_option_ | Chosen shipping option; may be null. |
[in] | credentials_title_ | Title of the saved credentials chosen by the buyer. |
[in] | tip_amount_ | The amount of tip chosen by the buyer in the smallest units of the currency. |
|
finalvirtual |