public static class TdApi.InputCredentialsGooglePay extends TdApi.InputCredentials
TdApi.InputCredentials.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InputCredentials