Class: TD::Types::StarTransactionPartner::Fragment
- Inherits:
-
TD::Types::StarTransactionPartner
- Object
- Dry::Struct
- Base
- TD::Types::StarTransactionPartner
- TD::Types::StarTransactionPartner::Fragment
- Defined in:
- lib/tdlib/types/star_transaction_partner/fragment.rb
Overview
The transaction is a transaction with Fragment.
Instance Attribute Summary collapse
-
#withdrawal_state ⇒ TD::Types::RevenueWithdrawalState?
State of the withdrawal; may be null for refunds from Fragment.
Method Summary
Methods inherited from Base
Instance Attribute Details
#withdrawal_state ⇒ TD::Types::RevenueWithdrawalState?
State of the withdrawal; may be null for refunds from Fragment.
6 7 8 |
# File 'lib/tdlib/types/star_transaction_partner/fragment.rb', line 6 def withdrawal_state @withdrawal_state end |