Class: TD::Types::InputInvoice::Name

Inherits:
TD::Types::InputInvoice show all
Defined in:
lib/tdlib/types/input_invoice/name.rb

Overview

An invoice from a link of the type internalLinkTypeInvoice.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#nameTD::Types::String

Name of the invoice.

Returns:

  • (TD::Types::String)

    the current value of name



5
6
7
# File 'lib/tdlib/types/input_invoice/name.rb', line 5

def name
  @name
end