Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
add write-off method to API
Browse files Browse the repository at this point in the history
  • Loading branch information
Railslide committed Jan 14, 2015
1 parent 9b76061 commit f5471c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions billogram_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,11 @@ def attach_pdf(self, filepath):
}
)

def writeoff(self):
"""Write-off remaining fees from a billogram.
"""
return self.perform_event('writeoff')


class BillogramQuery(Query):
"""Represents a query for billogram objects
Expand Down

0 comments on commit f5471c3

Please sign in to comment.