Sha256: 6d83b323f562a1b7fabd58f38ca9bf5a5110824a0a92e35c1e83dc8cafb177a7
Contents?: true
Size: 671 Bytes
Versions: 26
Compression:
Stored size: 671 Bytes
Contents
module Moneta module Api module Requests # Запрос на изменение банковских реквизитов. # Request for editing information about your bank account in your MONETA.RU profile. class EditBankAccountRequest include Moneta::Api::DataMapper # @return [Integer] ID банковских реквизитов. # / Bank account ID. property :id # @return [Moneta::Api::Types::BankAccountType] Расширенные атрибуты. # / Specifies extended attributes. property :attribute, type: Moneta::Api::Types::BankAccountType end end end end
Version data entries
26 entries across 26 versions & 1 rubygems