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

Commit f5471c3

Browse files
committed
add write-off method to API
1 parent 9b76061 commit f5471c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

billogram_api.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,11 @@ def attach_pdf(self, filepath):
806806
}
807807
)
808808

809+
def writeoff(self):
810+
"""Write-off remaining fees from a billogram.
811+
"""
812+
return self.perform_event('writeoff')
813+
809814

810815
class BillogramQuery(Query):
811816
"""Represents a query for billogram objects

0 commit comments

Comments
 (0)