public static class TdApi.PaymentForm extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
id
The payment form identifier.
|
TdApi.ProductInfo |
productInfo
Information about the product.
|
long |
sellerBotUserId
User identifier of the seller bot.
|
TdApi.PaymentFormType |
type
Type of the payment form.
|
| Constructor and Description |
|---|
PaymentForm()
Contains information about an invoice payment form.
|
PaymentForm(long id,
TdApi.PaymentFormType type,
long sellerBotUserId,
TdApi.ProductInfo productInfo)
Contains information about an invoice payment form.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long id
public TdApi.PaymentFormType type
public long sellerBotUserId
public TdApi.ProductInfo productInfo
public static final int CONSTRUCTOR
public PaymentForm()
public PaymentForm(long id,
TdApi.PaymentFormType type,
long sellerBotUserId,
TdApi.ProductInfo productInfo)
id - The payment form identifier.type - Type of the payment form.sellerBotUserId - User identifier of the seller bot.productInfo - Information about the product.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object