Module tdlight.api

Class TdApi.InputCredentialsGooglePay

Enclosing class:
TdApi

public static final 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
      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 - String JSON-encoded data with the credential identifier.
    • InputCredentialsGooglePay

      public InputCredentialsGooglePay(DataInput input) throws IOException
      Applies if a user enters new credentials using Google Pay.
      Throws:
      IOException
  • Method Details