Class: TD::Types::OrderInfo
- Defined in:
- lib/tdlib/types/order_info.rb
Overview
Order information.
Instance Attribute Summary collapse
-
#email_address ⇒ TD::Types::String
Email address of the user.
-
#name ⇒ TD::Types::String
Name of the user.
-
#phone_number ⇒ TD::Types::String
Phone number of the user.
-
#shipping_address ⇒ TD::Types::Address?
Shipping address for this order; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#email_address ⇒ TD::Types::String
Email address of the user.
8 9 10 |
# File 'lib/tdlib/types/order_info.rb', line 8 def email_address @email_address end |
#name ⇒ TD::Types::String
Name of the user.
8 9 10 |
# File 'lib/tdlib/types/order_info.rb', line 8 def name @name end |
#phone_number ⇒ TD::Types::String
Phone number of the user.
8 9 10 |
# File 'lib/tdlib/types/order_info.rb', line 8 def phone_number @phone_number end |
#shipping_address ⇒ TD::Types::Address?
Shipping address for this order; may be null.
8 9 10 |
# File 'lib/tdlib/types/order_info.rb', line 8 def shipping_address @shipping_address end |