Skip to content

Commit

Permalink
Update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwald-machine committed Jul 12, 2024
1 parent e129d44 commit 21d6d73
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 @@ -41,6 +41,7 @@ class InvoiceSettingsStatus
'enum' => [
'returnDebitNote',
'returnDebitNoteWaitingForPayment',
'debtWrittenOff',
],
'type' => 'string',
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ enum InvoiceSettingsStatusType: string
{
case returnDebitNote = 'returnDebitNote';
case returnDebitNoteWaitingForPayment = 'returnDebitNoteWaitingForPayment';
case debtWrittenOff = 'debtWrittenOff';
}

0 comments on commit 21d6d73

Please sign in to comment.