Class TdApi.InputCredentialsSaved

  • Enclosing class:
    TdApi

    public static class TdApi.InputCredentialsSaved
    extends TdApi.InputCredentials
    Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String savedCredentialsId
      Identifier of the saved credentials.
    • Field Detail

      • savedCredentialsId

        public java.lang.String savedCredentialsId
        Identifier of the saved credentials.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InputCredentialsSaved

        public InputCredentialsSaved()
        Default constructor.
      • InputCredentialsSaved

        public InputCredentialsSaved​(java.lang.String savedCredentialsId)
        Constructor for initialization of all fields.
        Parameters:
        savedCredentialsId - Identifier of the saved credentials.