Sha256: e03199f7af005b2df50416e41dc68f45df14b1e64d16f4d67d4fef11a7400736
Contents?: true
Size: 764 Bytes
Versions: 31
Compression:
Stored size: 764 Bytes
Contents
module Moneta module Api module Types # Тип, описывающий доступ к счету. # Account access description type. class AccountAccessInfo include Moneta::Api::DataMapper # @return [Boolean] Доступ на изменение свойств счета # / Account attributes modification access property :access_to_write # @return [Boolean] Доступ на снятие средств со счета # / Account debiting access property :access_to_taken_out # @return [Boolean] Доступ на зачисление средств на счет # / Account crediting access property :access_to_taken_in end end end end
Version data entries
31 entries across 31 versions & 1 rubygems