Class: TD::Types::RevenueWithdrawalState::Succeeded
- Inherits:
-
TD::Types::RevenueWithdrawalState
- Object
- Dry::Struct
- Base
- TD::Types::RevenueWithdrawalState
- TD::Types::RevenueWithdrawalState::Succeeded
- Defined in:
- lib/tdlib/types/revenue_withdrawal_state/succeeded.rb
Overview
Withdrawal succeeded.
Instance Attribute Summary collapse
-
#date ⇒ Integer
Point in time (Unix timestamp) when the withdrawal was completed.
-
#url ⇒ TD::Types::String
The URL where the withdrawal transaction can be viewed.
Method Summary
Methods inherited from Base
Instance Attribute Details
#date ⇒ Integer
Point in time (Unix timestamp) when the withdrawal was completed.
6 7 8 |
# File 'lib/tdlib/types/revenue_withdrawal_state/succeeded.rb', line 6 def date @date end |
#url ⇒ TD::Types::String
The URL where the withdrawal transaction can be viewed.
6 7 8 |
# File 'lib/tdlib/types/revenue_withdrawal_state/succeeded.rb', line 6 def url @url end |