public static class TdApi.BankCardInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.BankCardActionOpenUrl[] |
actions
Actions that can be done with the bank card number.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Title of the bank card description.
|
| Constructor and Description |
|---|
BankCardInfo()
Information about a bank card.
|
BankCardInfo(java.lang.String title,
TdApi.BankCardActionOpenUrl[] actions)
Information about a bank card.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public TdApi.BankCardActionOpenUrl[] actions
public static final int CONSTRUCTOR
public BankCardInfo()
public BankCardInfo(java.lang.String title,
TdApi.BankCardActionOpenUrl[] actions)
title - Title of the bank card description.actions - Actions that can be done with the bank card number.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object