Class TdApi.InputCredentialsGooglePay

Enclosing class:
TdApi

public static class TdApi.InputCredentialsGooglePay extends TdApi.InputCredentials
Applies if a user enters new credentials using Google Pay.
  • Field Details

    • data

      public String data
      JSON-encoded data with the credential identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputCredentialsGooglePay

      public InputCredentialsGooglePay()
      Applies if a user enters new credentials using Google Pay.
    • InputCredentialsGooglePay

      public InputCredentialsGooglePay(String data)
      Applies if a user enters new credentials using Google Pay.
      Parameters:
      data - JSON-encoded data with the credential identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR