Package it.tdlight.jni
Class TdApi.BankCardInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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[]
actions
Actions that can be done with the bank card number.static int
CONSTRUCTOR
String
title
Title of the bank card description. -
Constructor Summary
Constructors Constructor Description BankCardInfo()
Information about a bank card.BankCardInfo(DataInput input)
BankCardInfo(String title, TdApi.BankCardActionOpenUrl[] actions)
Information about a bank card. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Title of the bank card description. -
actions
Actions that can be done with the bank card number. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
BankCardInfo
public BankCardInfo()Information about a bank card. -
BankCardInfo
Information about a bank card.- Parameters:
title
- String Title of the bank card description.actions
- BankCardActionOpenUrl[] Actions that can be done with the bank card number.
-
BankCardInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-