Class: Moneta::Api::Types::AccountAccessInfo

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

Overview

Тип, описывающий доступ к счету. Account access description type.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#access_to_taken_inBoolean

/ Account crediting access

Returns:

  • (Boolean)

    Доступ на зачисление средств на счет



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

property :access_to_taken_in

#access_to_taken_outBoolean

/ Account debiting access

Returns:

  • (Boolean)

    Доступ на снятие средств со счета



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

property :access_to_taken_out

#access_to_writeBoolean

/ Account attributes modification access

Returns:

  • (Boolean)

    Доступ на изменение свойств счета



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

property :access_to_write