class BankPayments::SwedbankExport::AddressRecord

Used to describe the destination of the transaction being done as well as some basic transactional information such as

@author Michael Litton

Public Class Methods

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