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 Aug 17, 2023
1 parent c19cd9d commit 882439b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -149351,6 +149351,10 @@
},
"type": "array"
},
"flat_amount": {
"description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.",
"type": "integer"
},
"line_items": {
"description": "The line item amounts to reverse.",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140901,6 +140901,12 @@ paths:
maxLength: 5000
type: string
type: array
flat_amount:
description: >-
A flat amount to reverse across the entire transaction, in
negative integer cents. This value represents the total
amount to refund from the transaction, including taxes.
type: integer
line_items:
description: The line item amounts to reverse.
items:
Expand Down
4 changes: 4 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -116636,6 +116636,10 @@
},
"type": "array"
},
"flat_amount": {
"description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.",
"type": "integer"
},
"line_items": {
"description": "The line item amounts to reverse.",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -120530,6 +120530,10 @@
},
"type": "array"
},
"flat_amount": {
"description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.",
"type": "integer"
},
"line_items": {
"description": "The line item amounts to reverse.",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113845,6 +113845,12 @@ paths:
maxLength: 5000
type: string
type: array
flat_amount:
description: >-
A flat amount to reverse across the entire transaction, in
negative integer cents. This value represents the total
amount to refund from the transaction, including taxes.
type: integer
line_items:
description: The line item amounts to reverse.
items:
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99031,6 +99031,12 @@ paths:
maxLength: 5000
type: string
type: array
flat_amount:
description: >-
A flat amount to reverse across the entire transaction, in
negative integer cents. This value represents the total
amount to refund from the transaction, including taxes.
type: integer
line_items:
description: The line item amounts to reverse.
items:
Expand Down

0 comments on commit 882439b

Please sign in to comment.