Class TdApi.RevenueWithdrawalStateSucceeded

Enclosing class:
TdApi

public static class TdApi.RevenueWithdrawalStateSucceeded extends TdApi.RevenueWithdrawalState
Withdrawal succeeded.
  • Field Details

    • date

      public int date
      Point in time (Unix timestamp) when the withdrawal was completed.
    • url

      public String url
      The URL where the withdrawal transaction can be viewed.
    • CONSTRUCTOR

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

    • RevenueWithdrawalStateSucceeded

      public RevenueWithdrawalStateSucceeded()
      Withdrawal succeeded.
    • RevenueWithdrawalStateSucceeded

      public RevenueWithdrawalStateSucceeded(int date, String url)
      Withdrawal succeeded.
      Parameters:
      date - Point in time (Unix timestamp) when the withdrawal was completed.
      url - The URL where the withdrawal transaction can be viewed.
  • 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