Skip to content

Commit b9e9732

Browse files
Update OpenAPI specification for private preview
1 parent 62d4d7c commit b9e9732

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

openapi/spec3.private_preview.sdk.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212754,6 +212754,15 @@
212754212754
"x-stripeMostCommon": [
212755212755
"refunded_at"
212756212756
]
212757+
},
212758+
"reason": {
212759+
"description": "The reason for the refund. One of `duplicate`, `fraudulent`, or `requested_by_customer`.",
212760+
"enum": [
212761+
"duplicate",
212762+
"fraudulent",
212763+
"requested_by_customer"
212764+
],
212765+
"type": "string"
212757212766
}
212758212767
},
212759212768
"required": [
@@ -212767,6 +212776,7 @@
212767212776
"metadata",
212768212777
"outcome",
212769212778
"processor_details",
212779+
"reason",
212770212780
"refund_group",
212771212781
"refunded"
212772212782
]
@@ -266741,6 +266751,15 @@
266741266751
"x-stripeMostCommon": [
266742266752
"refunded_at"
266743266753
]
266754+
},
266755+
"reason": {
266756+
"description": "The reason for the refund. One of `duplicate`, `fraudulent`, or `requested_by_customer`.",
266757+
"enum": [
266758+
"duplicate",
266759+
"fraudulent",
266760+
"requested_by_customer"
266761+
],
266762+
"type": "string"
266744266763
}
266745266764
},
266746266765
"required": [
@@ -266754,6 +266773,7 @@
266754266773
"metadata",
266755266774
"outcome",
266756266775
"processor_details",
266776+
"reason",
266757266777
"refund_group",
266758266778
"refunded"
266759266779
]

openapi/spec3.private_preview.sdk.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193629,6 +193629,15 @@ paths:
193629193629
type: object
193630193630
x-stripeMostCommon:
193631193631
- refunded_at
193632+
reason:
193633+
description: >-
193634+
The reason for the refund. One of `duplicate`, `fraudulent`,
193635+
or `requested_by_customer`.
193636+
enum:
193637+
- duplicate
193638+
- fraudulent
193639+
- requested_by_customer
193640+
type: string
193632193641
required:
193633193642
- processor_details
193634193643
type: object
@@ -193639,6 +193648,7 @@ paths:
193639193648
- metadata
193640193649
- outcome
193641193650
- processor_details
193651+
- reason
193642193652
- refund_group
193643193653
- refunded
193644193654
required: true
@@ -249208,6 +249218,15 @@ paths:
249208249218
type: object
249209249219
x-stripeMostCommon:
249210249220
- refunded_at
249221+
reason:
249222+
description: >-
249223+
The reason for the refund. One of `duplicate`, `fraudulent`,
249224+
or `requested_by_customer`.
249225+
enum:
249226+
- duplicate
249227+
- fraudulent
249228+
- requested_by_customer
249229+
type: string
249211249230
required:
249212249231
- processor_details
249213249232
type: object
@@ -249218,6 +249237,7 @@ paths:
249218249237
- metadata
249219249238
- outcome
249220249239
- processor_details
249240+
- reason
249221249241
- refund_group
249222249242
- refunded
249223249243
required: true

0 commit comments

Comments
 (0)