Method: Megam::Billingtransactions.create

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

.create(params) ⇒ Object



194
195
196
197
# File 'lib/megam/core/billingtransactions.rb', line 194

def self.create(params)
    acct = from_hash(params)
    acct.create
end