Class: Moneta::Api::Responses::FindAccountByIdResponse

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/responses/find_account_by_id_response.rb

Overview

Ответ, который приходит на запрос FindAccountByIdRequest. В ответе содержится информация по счету. Account searching by account number response. Response contains Account information.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#accountMoneta::Api::Types::AccountInfo



12
# File 'lib/moneta/api/responses/find_account_by_id_response.rb', line 12

property :account, type: Moneta::Api::Types::AccountInfo