List of all members | Public Fields | Public Instance Methods | Static Public Attributes
paymentReceipt Class Referencefinal

Inherits Object.

Description

Contains information about a successful payment.

Public Fields

object_ptr< productInfoproduct_info_
 Information about the product.
 
int32 date_
 Point in time (Unix timestamp) when the payment was made.
 
int53 seller_bot_user_id_
 User identifier of the seller bot.
 
object_ptr< PaymentReceiptTypetype_
 Type of the payment receipt.
 

Public Instance Methods

 paymentReceipt ()
 
 paymentReceipt (object_ptr< productInfo > &&product_info_, int32 date_, int53 seller_bot_user_id_, object_ptr< PaymentReceiptType > &&type_)
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ paymentReceipt() [1/2]

Contains information about a successful payment.

◆ paymentReceipt() [2/2]

paymentReceipt ( object_ptr< productInfo > &&  product_info_,
int32  date_,
int53  seller_bot_user_id_,
object_ptr< PaymentReceiptType > &&  type_ 
)

Contains information about a successful payment.

Parameters
[in]product_info_Information about the product.
[in]date_Point in time (Unix timestamp) when the payment was made.
[in]seller_bot_user_id_User identifier of the seller bot.
[in]type_Type of the payment receipt.

Method Documentation

◆ store()

void 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 TlObject.


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