Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 3, 2024

Verified

This commit was signed with the committer’s verified signature.
nickvergessen Joas Schilling
1 parent 72afb9a commit 8d4f94f
Showing 6 changed files with 22 additions and 10 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
@@ -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": {
@@ -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": [
9 changes: 7 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
@@ -11397,7 +11397,9 @@ components:
next_invoice_sequence:
description: >-
The suffix of the customer's next invoice number (for example,
0001).
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:
description: >-
@@ -11721,7 +11723,10 @@ components:
x-stripeEvent:
type: customer.source.deleted
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:
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
@@ -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": {
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
@@ -10660,7 +10660,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": {
@@ -11097,7 +11097,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": [
9 changes: 7 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
@@ -10272,7 +10272,9 @@ components:
next_invoice_sequence:
description: >-
The suffix of the customer's next invoice number (for example,
0001).
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:
description: >-
@@ -10596,7 +10598,10 @@ components:
x-stripeEvent:
type: customer.source.deleted
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:
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
@@ -8615,7 +8615,9 @@ components:
next_invoice_sequence:
description: >-
The suffix of the customer's next invoice number (for example,
0001).
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:
description: >-

0 comments on commit 8d4f94f

Please sign in to comment.