Sha256: 93afc67c1440369e8b51f864658b4984b163a5465f38299c4a95d1d5526c27b7
Contents?: true
Size: 535 Bytes
Versions: 5
Compression:
Stored size: 535 Bytes
Contents
module Moneta module Api module Responses # Ответ, который приходит на запрос FindAccountByIdRequest. # В ответе содержится информация по счету. # Account searching by account number response. Response contains Account information. class FindAccountByIdResponse include Moneta::Api::DataMapper # @return [Moneta::Api::Types::AccountInfo] property :account, Moneta::Api::Types::AccountInfo end end end end
Version data entries
5 entries across 5 versions & 1 rubygems