java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputCredentials
it.tdlight.jni.TdApi.InputCredentialsNew
- Enclosing class:
- TdApi
Applies if a user enters new credentials
on a payment provider website.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the credential identifier can be saved on the server side.static final int
JSON-encoded data with the credential identifier from the payment provider. -
Constructor Summary
ConstructorDescriptionApplies if a user enters new credentials on a payment provider website.InputCredentialsNew
(DataInput input) Applies if a user enters new credentials on a payment provider website.InputCredentialsNew
(String data, boolean allowSave) Applies if a user enters new credentials on a payment provider website. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
data
JSON-encoded data with the credential identifier from the payment provider. -
allowSave
public boolean allowSaveTrue, if the credential identifier can be saved on the server side. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputCredentialsNew
public InputCredentialsNew()Applies if a user enters new credentials on a payment provider website. -
InputCredentialsNew
Applies if a user enters new credentials on a payment provider website.- Parameters:
data
- String JSON-encoded data with the credential identifier from the payment provider.allowSave
- boolean True, if the credential identifier can be saved on the server side.
-
InputCredentialsNew
Applies if a user enters new credentials on a payment provider website.- 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()
-