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

Inherits Function.

Description

Validates the order information provided by a user and returns the available shipping options for a flexible invoice.

Returns object_ptr<ValidatedOrderInfo>.

Public Fields

int53 chat_id_
 Chat identifier of the Invoice message.
 
int53 message_id_
 Message identifier.
 
object_ptr< orderInfoorder_info_
 The order information, provided by the user; pass null if empty.
 
bool allow_save_
 True, if the order information can be saved.
 

Public Types

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

Public Instance Methods

 validateOrderInfo ()
 
 validateOrderInfo (int53 chat_id_, int53 message_id_, object_ptr< orderInfo > &&order_info_, bool allow_save_)
 
std::int32_t get_id () const final
 
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 = 9480644
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ validateOrderInfo() [1/2]

Default constructor for a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.

Returns object_ptr<ValidatedOrderInfo>.

◆ validateOrderInfo() [2/2]

validateOrderInfo ( int53  chat_id_,
int53  message_id_,
object_ptr< orderInfo > &&  order_info_,
bool  allow_save_ 
)

Creates a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.

Returns object_ptr<ValidatedOrderInfo>.

Parameters
[in]chat_id_Chat identifier of the Invoice message.
[in]message_id_Message identifier.
[in]order_info_The order information, provided by the user; pass null if empty.
[in]allow_save_True, if the order information can be saved.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ 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: