Skip to content

Commit 3d1bfc5

Browse files
committed
Add OPEN to InvoiceState
1 parent 4a65fb4 commit 3d1bfc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

threescale_api/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ class InvoiceState(Enum):
797797
UNPAID = "unpaid"
798798
PENDING = "pending"
799799
FINALIZED = "finalized"
800+
OPEN = "open"
800801

801802

802803
class Invoices(DefaultClient):

0 commit comments

Comments
 (0)