class EbanqApi::IntermediaryBank
This class represents an intermediary bank functional of Ebanq REST Api for owt request.
Attributes¶ ↑
-
swift
- string -
name
- string -
address
- string -
location
- string -
country
- string -
abartn
- string -
iban
- string
Attributes
iban[RW]
Public Class Methods
new(swift = '', name = '', address = '', location = '', country = '', abartn = '', iban = '')
click to toggle source
Calls superclass method
EbanqApi::BeneficiaryBank.new
# File lib/ebanq_api/owt/intermediary_bank.rb, line 21 def initialize(swift = '', name = '', address = '', location = '', country = '', abartn = '', iban = '') super(swift, name, address, location, country, abartn) @iban = iban end