Class: TD::Types::StarTransactionPartner::Fragment

Inherits:
TD::Types::StarTransactionPartner show all
Defined in:
lib/tdlib/types/star_transaction_partner/fragment.rb

Overview

The transaction is a transaction with Fragment.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#withdrawal_stateTD::Types::RevenueWithdrawalState?

State of the withdrawal; may be null for refunds from Fragment.

Returns:



6
7
8
# File 'lib/tdlib/types/star_transaction_partner/fragment.rb', line 6

def withdrawal_state
  @withdrawal_state
end