Class: Moneta::Api::Types::ForecastTransactionResponseType

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

Overview

Тип, описывающий суммы и комиссии в предварительном расчете операции. Type describes amount and fees for preliminary calculation of transaction.

Direct Known Subclasses

Responses::ForecastTransactionResponse

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#payeeInteger

Returns Номер счета получателя / Payee account number.

Returns:

  • (Integer)

    Номер счета получателя / Payee account number



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

property :payee

#payee_aliasString

Returns Название счета получателя / Payee account alias.

Returns:

  • (String)

    Название счета получателя / Payee account alias



48
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 48

property :payee_alias

#payee_amountFloat

Returns Сумма к зачислению / Credit amount.

Returns:

  • (Float)

    Сумма к зачислению / Credit amount



36
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 36

property :payee_amount

#payee_currencyString

Returns Валюта счета получателя / Currency of payee account.

Returns:

  • (String)

    Валюта счета получателя / Currency of payee account



32
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 32

property :payee_currency

#payee_feeFloat

Returns Комиссия зачисления средств / Credit fee.

Returns:

  • (Float)

    Комиссия зачисления средств / Credit fee



40
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 40

property :payee_fee

#payerInteger

Returns Номер счета плательщика / Payer account number.

Returns:

  • (Integer)

    Номер счета плательщика / Payer account number



12
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 12

property :payer

#payer_aliasString

Returns Название счета плательщика / Payer account alias.

Returns:

  • (String)

    Название счета плательщика / Payer account alias



44
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 44

property :payer_alias

#payer_amountFloat

Returns Сумма к списанию / Debit amount.

Returns:

  • (Float)

    Сумма к списанию / Debit amount



20
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 20

property :payer_amount

#payer_currencyString

Returns Валюта счета плательщика / Currency of payer account.

Returns:

  • (String)

    Валюта счета плательщика / Currency of payer account



16
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 16

property :payer_currency

#payer_feeFloat

Returns Комиссия списания средств / Debit fee.

Returns:

  • (Float)

    Комиссия списания средств / Debit fee



24
# File 'lib/moneta/api/types/forecast_transaction_response_type.rb', line 24

property :payer_fee