class BankPayments::SwedbankExport::BankRecord

Describes the beneficiaries / payees bank. All fields are required except for the name which is only required is the payment is made outside of EU. This is something that any implementors needs to validate on their own.

@author Michael Litton

Public Class Methods

new() click to toggle source
Calls superclass method BankPayments::SpisuRecord::new
# File lib/bank_payments/swedbank_export/bank_record.rb, line 22
def initialize
  super
  self.type = '4'
end