class EbanqApi::BeneficiaryBank

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

Attributes

Attributes

abartn[RW]
address[RW]
country[RW]
location[RW]
name[RW]
swift[RW]

Public Class Methods

new(swift = '', name = '', address = '', location = '', country = '', abartn = '') click to toggle source
# File lib/ebanq_api/owt/beneficiary_bank.rb, line 22
def initialize(swift = '', name = '', address = '', location = '', country = '', abartn = '')
  @swift = swift
  @name = name
  @address = address
  @location = location
  @country = country
  @abartn = abartn
end