Sha256: 603b11f05cd1162000df5062a78f4279e835c41a5cfc56d7b07272823b93af7c
Contents?: true
Size: 879 Bytes
Versions: 31
Compression:
Stored size: 879 Bytes
Contents
module Moneta module Api module Types # Тип, описывающий атрибуты операции в ответах. # Transaction attributes type for responses. class TransactionResponseType include Moneta::Api::DataMapper # @return [String] Текущий статус операции # / Current transaction status property :status # @return [Date] Время последней модификации операции # / Transaction modification timestamp property :date_time # @return [Integer] Номер операции # / Transaction ID in MONETA.RU property :transaction # @return [String] Внешний номер операции # / External transaction ID property :client_transaction end end end end
Version data entries
31 entries across 31 versions & 1 rubygems