class Easybill::Api::DocumentPayments
Public Class Methods
update(id, data)
click to toggle source
# File lib/easybill/api/document_payments.rb, line 4 def self.update(id, data) raise Easybill::Errors::ResourceNotUpdatableError, "Document payments cannot get updated via api." end