Class: TD::Types::ValidatedOrderInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/validated_order_info.rb

Overview

Contains a temporary identifier of validated order information, which is stored for one hour. Also contains the available shipping options.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#order_info_idString

Temporary identifier of the order information.

Returns:

  • (String)

    the current value of order_info_id



7
8
9
# File 'lib/tdlib/types/validated_order_info.rb', line 7

def order_info_id
  @order_info_id
end

#shipping_optionsArray<TD::Types::ShippingOption>

Available shipping options.

Returns:



7
8
9
# File 'lib/tdlib/types/validated_order_info.rb', line 7

def shipping_options
  @shipping_options
end