Skip to content

Commit

Permalink
OpenAPI Update (#897)
Browse files Browse the repository at this point in the history
Update OpenAPI for 8d4f94febe4954e7ae4c90c8d71b17d03b493764

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jul 3, 2024
1 parent afcd8de commit 48cb3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -11943,7 +11943,7 @@
"type": "string"
},
"next_invoice_sequence": {
"description": "The suffix of the customer's next invoice number (for example, 0001).",
"description": "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.",
"type": "integer"
},
"object": {
Expand Down Expand Up @@ -12380,7 +12380,7 @@
}
},
"customer.source.expiring": {
"description": "Occurs whenever a card or source will expire at the end of the month.",
"description": "Occurs whenever a card or source will expire at the end of the month. This event only works with legacy integrations using Card or Source objects. If you use the PaymentMethod API, this event won't occur.",
"properties": {
"object": {
"anyOf": [
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8534,7 +8534,7 @@
"type": "string"
},
"next_invoice_sequence": {
"description": "The suffix of the customer's next invoice number (for example, 0001).",
"description": "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.",
"type": "integer"
},
"object": {
Expand Down

0 comments on commit 48cb3ea

Please sign in to comment.