Class: TD::Types::StarTransactionPartner::Business
- Inherits:
-
TD::Types::StarTransactionPartner
- Object
- Dry::Struct
- Base
- TD::Types::StarTransactionPartner
- TD::Types::StarTransactionPartner::Business
- Defined in:
- lib/tdlib/types/star_transaction_partner/business.rb
Overview
The transaction is a transaction with a business account.
Instance Attribute Summary collapse
-
#media ⇒ Array<TD::Types::PaidMedia>
The bought media if the trancastion wasn’t refunded.
-
#user_id ⇒ Integer
Identifier of the business account user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#media ⇒ Array<TD::Types::PaidMedia>
The bought media if the trancastion wasn’t refunded.
6 7 8 |
# File 'lib/tdlib/types/star_transaction_partner/business.rb', line 6 def media @media end |
#user_id ⇒ Integer
Identifier of the business account user.
6 7 8 |
# File 'lib/tdlib/types/star_transaction_partner/business.rb', line 6 def user_id @user_id end |