module Fastbill::Automatic::Services::Setpaid::ClassMethods

Public Instance Methods

setpaid(attributes) click to toggle source
# File lib/fastbill-automatic/services/setpaid.rb, line 7
def setpaid(attributes)
  response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.setpaid", attributes)
  self.new(response["RESPONSE"])
end