Class: Moneta::Api::Types::VerifyTransferResponseType

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

Overview

Тип, описывающий состояние операции в системе МОНЕТА.РУ Type describes verification status of transaction.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#descriptionString

Returns Описание текущего статуса операции. / Description of current transaction status.

Returns:

  • (String)

    Описание текущего статуса операции. / Description of current transaction status.



17
# File 'lib/moneta/api/types/verify_transfer_response_type.rb', line 17

property :description

#error_codeString

Returns Поле содержит код ошибки. Поле заполнено только тогда, когда есть описание ошибки в поле description. Для получения этого поля в запросе необходимо выставлять атрибут version равный или больше VERSION_2. Коды ошибок совпадают со значением элемента faultDetail (смотрите описание для этого элемента). / The field contains error code. The field "errorCode" is specified if the field "description" is present and contains error description. For retrieving errorCode the request attribute "version" has to be set to "VERSION_2" or grater. Error codes values correspond to "faultDetail" description.

Returns:

  • (String)

    Поле содержит код ошибки. Поле заполнено только тогда, когда есть описание ошибки в поле description. Для получения этого поля в запросе необходимо выставлять атрибут version равный или больше VERSION_2. Коды ошибок совпадают со значением элемента faultDetail (смотрите описание для этого элемента). / The field contains error code. The field "errorCode" is specified if the field "description" is present and contains error description. For retrieving errorCode the request attribute "version" has to be set to "VERSION_2" or grater. Error codes values correspond to "faultDetail" description.



28
# File 'lib/moneta/api/types/verify_transfer_response_type.rb', line 28

property :error_code

#forecastForecastTransactionResponseType

Returns Если операция может быть проведена, то в данном поле содержатся детали операции. Иначе - это поле пустое. / Additional information if transaction may be processed. Otherwise empty.

Returns:

  • (ForecastTransactionResponseType)

    Если операция может быть проведена, то в данном поле содержатся детали операции. Иначе - это поле пустое. / Additional information if transaction may be processed. Otherwise empty.



22
# File 'lib/moneta/api/types/verify_transfer_response_type.rb', line 22

property :forecast, type: ForecastTransactionResponseType

#is_transaction_validBoolean

Returns Если поле равно true, то данная операция может быть проведена в системе МОНЕТА.РУ / If true the transaction may be processed in MONETA.RU.

Returns:

  • (Boolean)

    Если поле равно true, то данная операция может быть проведена в системе МОНЕТА.РУ / If true the transaction may be processed in MONETA.RU



13
# File 'lib/moneta/api/types/verify_transfer_response_type.rb', line 13

property :is_transaction_valid