Class: TD::Types::ChatRevenueTransactionType::Refund
- Inherits:
-
TD::Types::ChatRevenueTransactionType
- Object
- Dry::Struct
- Base
- TD::Types::ChatRevenueTransactionType
- TD::Types::ChatRevenueTransactionType::Refund
- Defined in:
- lib/tdlib/types/chat_revenue_transaction_type/refund.rb
Overview
Describes a refund for failed withdrawal of earnings.
Instance Attribute Summary collapse
-
#provider ⇒ TD::Types::String
Name of the payment provider.
-
#refund_date ⇒ Integer
Point in time (Unix timestamp) when the transaction was refunded.
Method Summary
Methods inherited from Base
Instance Attribute Details
#provider ⇒ TD::Types::String
Name of the payment provider.
6 7 8 |
# File 'lib/tdlib/types/chat_revenue_transaction_type/refund.rb', line 6 def provider @provider end |
#refund_date ⇒ Integer
Point in time (Unix timestamp) when the transaction was refunded.
6 7 8 |
# File 'lib/tdlib/types/chat_revenue_transaction_type/refund.rb', line 6 def refund_date @refund_date end |