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
6 7 8 |
# File 'lib/easybill/api/document_payments.rb', line 6 def self.update(_id, _data) raise Easybill::Errors::ResourceNotUpdatableError, 'Document payments cannot get updated via api.' end |