Skip to content

Commit

Permalink
feat: add 'bankrupt' status to InvoiceSettingsStatus and InvoiceSetti…
Browse files Browse the repository at this point in the history
…ngsStatusType enums
  • Loading branch information
mittwald-machine committed Nov 14, 2024
1 parent 2351543 commit 9ded0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Generated/V2/Schemas/Invoice/InvoiceSettingsStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class InvoiceSettingsStatus
'returnDebitNote',
'returnDebitNoteWaitingForPayment',
'debtWrittenOff',
'bankrupt',
],
'type' => 'string',
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ enum InvoiceSettingsStatusType: string
case returnDebitNote = 'returnDebitNote';
case returnDebitNoteWaitingForPayment = 'returnDebitNoteWaitingForPayment';
case debtWrittenOff = 'debtWrittenOff';
case bankrupt = 'bankrupt';
}

0 comments on commit 9ded0c3

Please sign in to comment.