Class: DCAS::AchRefund

Inherits:
AchPayment show all
Defined in:
lib/dcas/payment.rb

Instance Attribute Summary

Attributes inherited from Payment

#batch

Instance Method Summary collapse

Methods inherited from AchPayment

#to_csv_data

Constructor Details

#initialize(*args) ⇒ AchRefund

Arguments: client_id, client_name, amount, account_type, routing_number, account_number, check_number



99
100
101
102
# File 'lib/dcas/payment.rb', line 99

def initialize(*args)
  super
  @txn_type = 'Credit'
end