Method: Megam::Billingtransactions#initialize

Defined in:
lib/megam/core/billingtransactions.rb

#initialize(o) ⇒ Billingtransactions

Returns a new instance of Billingtransactions.



3
4
5
6
7
8
9
10
11
12
13
14
15
16
# File 'lib/megam/core/billingtransactions.rb', line 3

def initialize(o)
    @id = nil
    @accounts_id = nil
    @gateway = nil
    @amountin = nil
    @amountout = nil
    @fees = nil
    @tranid = nil
    @trandate = nil
    @currency_type = nil
    @created_at = nil
    @some_msg = {}
    super(o)
end