Skip to content

Commit

Permalink
Update generated code for v1112
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 3, 2024
1 parent 48bddd5 commit c70da2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1110
v1112
2 changes: 1 addition & 1 deletion stripe/_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ class SearchParams(RequestOptions):
"""
next_invoice_sequence: Optional[int]
"""
The suffix of the customer's next invoice number (for example, 0001).
The suffix of the customer's next invoice number (for example, 0001). When the account uses account level sequencing, this parameter is ignored in API requests and the field omitted in API responses.
"""
object: Literal["customer"]
"""
Expand Down

0 comments on commit c70da2c

Please sign in to comment.