Class: TD::Types::ChatRevenueTransactionType::Withdrawal
- Inherits:
-
TD::Types::ChatRevenueTransactionType
- Object
- Dry::Struct
- Base
- TD::Types::ChatRevenueTransactionType
- TD::Types::ChatRevenueTransactionType::Withdrawal
- Defined in:
- lib/tdlib/types/chat_revenue_transaction_type/withdrawal.rb
Overview
Describes a withdrawal of earnings.
Instance Attribute Summary collapse
-
#provider ⇒ TD::Types::String
Name of the payment provider.
-
#state ⇒ TD::Types::RevenueWithdrawalState
State of the withdrawal.
-
#withdrawal_date ⇒ Integer
Point in time (Unix timestamp) when the earnings withdrawal started.
Method Summary
Methods inherited from Base
Instance Attribute Details
#provider ⇒ TD::Types::String
Name of the payment provider.
7 8 9 |
# File 'lib/tdlib/types/chat_revenue_transaction_type/withdrawal.rb', line 7 def provider @provider end |
#state ⇒ TD::Types::RevenueWithdrawalState
State of the withdrawal.
7 8 9 |
# File 'lib/tdlib/types/chat_revenue_transaction_type/withdrawal.rb', line 7 def state @state end |
#withdrawal_date ⇒ Integer
Point in time (Unix timestamp) when the earnings withdrawal started.
7 8 9 |
# File 'lib/tdlib/types/chat_revenue_transaction_type/withdrawal.rb', line 7 def withdrawal_date @withdrawal_date end |