Package org.drinkless.tdlib
Class TdApi.AssignStoreTransaction
- Enclosing class:
- TdApi
Informs server about an in-store purchase. For official applications only.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Transaction purpose.Information about the transaction. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs server about an in-store purchase.AssignStoreTransaction
(TdApi.StoreTransaction transaction, TdApi.StorePaymentPurpose purpose) Creates a function, which informs server about an in-store purchase. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
transaction
Information about the transaction. -
purpose
Transaction purpose. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AssignStoreTransaction
public AssignStoreTransaction()Default constructor for a function, which informs server about an in-store purchase. For official applications only.Returns
Ok
-
AssignStoreTransaction
public AssignStoreTransaction(TdApi.StoreTransaction transaction, TdApi.StorePaymentPurpose purpose) Creates a function, which informs server about an in-store purchase. For official applications only.Returns
Ok
- Parameters:
transaction
- Information about the transaction.purpose
- Transaction purpose.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-