class Rubill::Bill
Public Class Methods
send_payment(opts)
click to toggle source
# File lib/rubill/entities/bill.rb, line 3 def self.send_payment(opts) SentPayment.create(opts) end
# File lib/rubill/entities/bill.rb, line 3 def self.send_payment(opts) SentPayment.create(opts) end