public static class TdApi.InputCredentialsGooglePay extends TdApi.InputCredentials
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
data
JSON-encoded data with the credential identifier.
|
| Constructor and Description |
|---|
InputCredentialsGooglePay()
Applies if a user enters new credentials using Google Pay.
|
InputCredentialsGooglePay(java.lang.String data)
Applies if a user enters new credentials using Google Pay.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String data
public static final int CONSTRUCTOR
public InputCredentialsGooglePay()
public InputCredentialsGooglePay(java.lang.String data)
data - JSON-encoded data with the credential identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object