Class: TD::Types::InputInvoice::Name
- Inherits:
-
TD::Types::InputInvoice
- Object
- Dry::Struct
- Base
- TD::Types::InputInvoice
- TD::Types::InputInvoice::Name
- Defined in:
- lib/tdlib/types/input_invoice/name.rb
Overview
An invoice from a link of the type internalLinkTypeInvoice.
Instance Attribute Summary collapse
-
#name ⇒ TD::Types::String
Name of the invoice.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ TD::Types::String
Name of the invoice.
5 6 7 |
# File 'lib/tdlib/types/input_invoice/name.rb', line 5 def name @name end |