Class: Moneta::Api::Types::BankAccountType
- Inherits:
-
KeyValueEntity
- Object
- KeyValueEntity
- Moneta::Api::Types::BankAccountType
- Defined in:
- lib/moneta/api/types/bank_account_type.rb
Overview
Банковские реквизиты. Bank account.
Instance Method Summary collapse
-
#account ⇒ String
Расчетный счет.
-
#bank ⇒ String
Банк.
-
#bik ⇒ String
БИК.
-
#city ⇒ String
Город.
-
#corr_account ⇒ String
Корреспондентский счет.
-
#corr_bank ⇒ String
Корреспондентский банк.
-
#country ⇒ String
Страна.
-
#is_international ⇒ Boolean
Международные банковские реквизиты / International bank details.
-
#kbk ⇒ String
КБК.
-
#kpp ⇒ String
КПП.
-
#oktmo ⇒ String
Общероссийский классификатор территорий муниципальных образований.
-
#state ⇒ String
Регион/республика.
-
#username ⇒ String
Наименование получателя / Beneficiary Customer-Name.
Methods inherited from KeyValueEntity
Methods included from DataMapper
Instance Method Details
#account ⇒ String
Returns Расчетный счет. / Checking account.
18 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 18 property :account |
#bank ⇒ String
Returns Банк. / Bank.
10 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 10 property :bank |
#bik ⇒ String
Returns БИК. / BIC.
14 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 14 property :bik |
#city ⇒ String
Returns Город. / City.
38 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 38 property :city |
#corr_account ⇒ String
Returns Корреспондентский счет. / Corresponding account.
26 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 26 property :corr_account |
#corr_bank ⇒ String
Returns Корреспондентский банк. / Corresponding bank.
22 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 22 property :corr_bank |
#country ⇒ String
Returns Страна. / Country.
30 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 30 property :country |
#is_international ⇒ Boolean
Returns Международные банковские реквизиты / International bank details.
58 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 58 property :is_international |
#kbk ⇒ String
Returns КБК. / Budgetary classification code.
42 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 42 property :kbk |
#kpp ⇒ String
Returns КПП. / Industrial Enterprises Classifier.
50 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 50 property :kpp |
#oktmo ⇒ String
Returns Общероссийский классификатор территорий муниципальных образований. / Russian Classification of Territories of Municipal Formations.
46 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 46 property :oktmo |
#state ⇒ String
Returns Регион/республика. / State or region.
34 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 34 property :state |
#username ⇒ String
Returns Наименование получателя / Beneficiary Customer-Name.
54 |
# File 'lib/moneta/api/types/bank_account_type.rb', line 54 property :username |