Package org.drinkless.tdlib
Class TdApi.PaymentForm
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaymentForm
- Enclosing class:
- TdApi
Contains information about an invoice payment form.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longThe payment form identifier.Information about the product.longUser identifier of the seller bot.Type of the payment form. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about an invoice payment form.PaymentForm(long id, TdApi.PaymentFormType type, long sellerBotUserId, TdApi.ProductInfo productInfo) Contains information about an invoice payment form. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
public long idThe payment form identifier. -
type
Type of the payment form. -
sellerBotUserId
public long sellerBotUserIdUser identifier of the seller bot. -
productInfo
Information about the product. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaymentForm
public PaymentForm()Contains information about an invoice payment form. -
PaymentForm
public PaymentForm(long id, TdApi.PaymentFormType type, long sellerBotUserId, TdApi.ProductInfo productInfo) Contains information about an invoice payment form.- Parameters:
id- The payment form identifier.type- Type of the payment form.sellerBotUserId- User identifier of the seller bot.productInfo- Information about the product.
-
-
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
-