class EbanqApi::IntermediaryBank

This class represents an intermediary bank functional of Ebanq REST Api for owt request.

Attributes

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