Package org.drinkless.tdlib
Class TdApi.ValidateOrderInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.ValidatedOrderInfo>
org.drinkless.tdlib.TdApi.ValidateOrderInfo
- Enclosing class:
- TdApi
Validates the order information provided by a user and returns the available shipping options for a flexible invoice.
Returns ValidatedOrderInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true to save the order information.static final intIdentifier uniquely determining type of the object.The invoice.The order information, provided by the user; pass null if empty. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.ValidateOrderInfo(TdApi.InputInvoice inputInvoice, TdApi.OrderInfo orderInfo, boolean allowSave) Creates a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
inputInvoice
The invoice. -
orderInfo
The order information, provided by the user; pass null if empty. -
allowSave
public boolean allowSavePass true to save the order information. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ValidateOrderInfo
public ValidateOrderInfo()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
ValidatedOrderInfo -
ValidateOrderInfo
public ValidateOrderInfo(TdApi.InputInvoice inputInvoice, TdApi.OrderInfo orderInfo, boolean allowSave) Creates a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.Returns
ValidatedOrderInfo- Parameters:
inputInvoice- The invoice.orderInfo- The order information, provided by the user; pass null if empty.allowSave- Pass true to save the order information.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-