public static class TdApi.SavedCredentials extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique identifier of the saved credentials.
|
java.lang.String |
title
Title of the saved credentials.
|
| Constructor and Description |
|---|
SavedCredentials()
Contains information about saved payment credentials.
|
SavedCredentials(java.lang.String id,
java.lang.String title)
Contains information about saved payment credentials.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public java.lang.String title
public static final int CONSTRUCTOR
public SavedCredentials()
public SavedCredentials(java.lang.String id,
java.lang.String title)
id - Unique identifier of the saved credentials.title - Title of the saved credentials.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object