Class TdApi.ChatRevenueTransactionTypeRefund

Enclosing class:
TdApi

public static class TdApi.ChatRevenueTransactionTypeRefund extends TdApi.ChatRevenueTransactionType
Describes a refund for failed withdrawal of earnings.
  • Field Details

    • refundDate

      public int refundDate
      Point in time (Unix timestamp) when the transaction was refunded.
    • provider

      public String provider
      Name of the payment provider.
    • CONSTRUCTOR

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

    • ChatRevenueTransactionTypeRefund

      public ChatRevenueTransactionTypeRefund()
      Describes a refund for failed withdrawal of earnings.
    • ChatRevenueTransactionTypeRefund

      public ChatRevenueTransactionTypeRefund(int refundDate, String provider)
      Describes a refund for failed withdrawal of earnings.
      Parameters:
      refundDate - Point in time (Unix timestamp) when the transaction was refunded.
      provider - Name of the payment provider.
  • 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