class Rubill::BillPayment

Public Class Methods

pay_bills(opts) click to toggle source
# File lib/rubill/entities/bill_payment.rb, line 3
def self.pay_bills(opts)
  SentBillPayment.create(opts)
end