Package org.drinkless.tdlib
Class TdApi.BankCardInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.BankCardInfo
-
- Enclosing class:
- TdApi
public static class TdApi.BankCardInfo extends TdApi.Object
Information about a bank card.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.BankCardActionOpenUrl[]actionsActions that can be done with the bank card number.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtitleTitle of the bank card description.
-
Constructor Summary
Constructors Constructor Description BankCardInfo()Information about a bank card.BankCardInfo(String title, TdApi.BankCardActionOpenUrl[] actions)Information about a bank card.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
title
public String title
Title of the bank card description.
-
actions
public TdApi.BankCardActionOpenUrl[] actions
Actions that can be done with the bank card number.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BankCardInfo
public BankCardInfo()
Information about a bank card.
-
BankCardInfo
public BankCardInfo(String title, TdApi.BankCardActionOpenUrl[] actions)
Information about a bank card.- Parameters:
title- Title of the bank card description.actions- Actions that can be done with the bank card number.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-