Class: Easybill::Api::DocumentPayments
- Defined in:
- lib/easybill/api/document_payments.rb
Constant Summary
Constants inherited from Base
Class Method Summary collapse
Methods inherited from Base
authenticate, create, destroy, find, list
Methods included from ResponseHandler
Class Method Details
.update(id, data) ⇒ Object
4 5 6 |
# 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 |