class BankPayments::SwedbankExport::AddressRecord
Used to describe the destination of the transaction being done as well as some basic transactional information such as
-
Which party/parties should be responsible for the transactional costs
-
What kind of Swedbank account that should be used for the transaction
@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