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 Sep 17, 2024
1 parent f2228c8 commit ff02fc9
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 0 deletions.
29 changes: 29 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -17968,6 +17968,9 @@
"dispute_payment_method_details": {
"description": "",
"properties": {
"amazon_pay": {
"$ref": "#/components/schemas/dispute_payment_method_details_amazon_pay"
},
"card": {
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
Expand All @@ -17980,6 +17983,7 @@
"type": {
"description": "Payment method type.",
"enum": [
"amazon_pay",
"card",
"klarna",
"paypal"
Expand All @@ -17993,17 +17997,42 @@
"title": "DisputePaymentMethodDetails",
"type": "object",
"x-expandableFields": [
"amazon_pay",
"card",
"klarna",
"paypal"
],
"x-stripeMostCommon": [
"amazon_pay",
"card",
"klarna",
"paypal",
"type"
]
},
"dispute_payment_method_details_amazon_pay": {
"description": "",
"properties": {
"dispute_type": {
"description": "The AmazonPay dispute type, chargeback or claim",
"enum": [
"chargeback",
"claim"
],
"nullable": true,
"type": "string"
}
},
"required": [
"dispute_type"
],
"title": "DisputePaymentMethodDetailsAmazonPay",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"dispute_type"
]
},
"dispute_payment_method_details_card": {
"description": "",
"properties": {
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16589,6 +16589,8 @@ components:
dispute_payment_method_details:
description: ''
properties:
amazon_pay:
$ref: '#/components/schemas/dispute_payment_method_details_amazon_pay'
card:
$ref: '#/components/schemas/dispute_payment_method_details_card'
klarna:
Expand All @@ -16598,6 +16600,7 @@ components:
type:
description: Payment method type.
enum:
- amazon_pay
- card
- klarna
- paypal
Expand All @@ -16607,14 +16610,33 @@ components:
title: DisputePaymentMethodDetails
type: object
x-expandableFields:
- amazon_pay
- card
- klarna
- paypal
x-stripeMostCommon:
- amazon_pay
- card
- klarna
- paypal
- type
dispute_payment_method_details_amazon_pay:
description: ''
properties:
dispute_type:
description: 'The AmazonPay dispute type, chargeback or claim'
enum:
- chargeback
- claim
nullable: true
type: string
required:
- dispute_type
title: DisputePaymentMethodDetailsAmazonPay
type: object
x-expandableFields: []
x-stripeMostCommon:
- dispute_type
dispute_payment_method_details_card:
description: ''
properties:
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11537,6 +11537,9 @@
"dispute_payment_method_details": {
"description": "",
"properties": {
"amazon_pay": {
"$ref": "#/components/schemas/dispute_payment_method_details_amazon_pay"
},
"card": {
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
Expand All @@ -11549,6 +11552,7 @@
"type": {
"description": "Payment method type.",
"enum": [
"amazon_pay",
"card",
"klarna",
"paypal"
Expand All @@ -11562,11 +11566,29 @@
"title": "DisputePaymentMethodDetails",
"type": "object",
"x-expandableFields": [
"amazon_pay",
"card",
"klarna",
"paypal"
]
},
"dispute_payment_method_details_amazon_pay": {
"description": "",
"properties": {
"dispute_type": {
"description": "The AmazonPay dispute type, chargeback or claim",
"enum": [
"chargeback",
"claim"
],
"nullable": true,
"type": "string"
}
},
"title": "DisputePaymentMethodDetailsAmazonPay",
"type": "object",
"x-expandableFields": []
},
"dispute_payment_method_details_card": {
"description": "",
"properties": {
Expand Down
29 changes: 29 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -16000,6 +16000,9 @@
"dispute_payment_method_details": {
"description": "",
"properties": {
"amazon_pay": {
"$ref": "#/components/schemas/dispute_payment_method_details_amazon_pay"
},
"card": {
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
Expand All @@ -16012,6 +16015,7 @@
"type": {
"description": "Payment method type.",
"enum": [
"amazon_pay",
"card",
"klarna",
"paypal"
Expand All @@ -16025,17 +16029,42 @@
"title": "DisputePaymentMethodDetails",
"type": "object",
"x-expandableFields": [
"amazon_pay",
"card",
"klarna",
"paypal"
],
"x-stripeMostCommon": [
"amazon_pay",
"card",
"klarna",
"paypal",
"type"
]
},
"dispute_payment_method_details_amazon_pay": {
"description": "",
"properties": {
"dispute_type": {
"description": "The AmazonPay dispute type, chargeback or claim",
"enum": [
"chargeback",
"claim"
],
"nullable": true,
"type": "string"
}
},
"required": [
"dispute_type"
],
"title": "DisputePaymentMethodDetailsAmazonPay",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"dispute_type"
]
},
"dispute_payment_method_details_card": {
"description": "",
"properties": {
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14882,6 +14882,8 @@ components:
dispute_payment_method_details:
description: ''
properties:
amazon_pay:
$ref: '#/components/schemas/dispute_payment_method_details_amazon_pay'
card:
$ref: '#/components/schemas/dispute_payment_method_details_card'
klarna:
Expand All @@ -14891,6 +14893,7 @@ components:
type:
description: Payment method type.
enum:
- amazon_pay
- card
- klarna
- paypal
Expand All @@ -14900,14 +14903,33 @@ components:
title: DisputePaymentMethodDetails
type: object
x-expandableFields:
- amazon_pay
- card
- klarna
- paypal
x-stripeMostCommon:
- amazon_pay
- card
- klarna
- paypal
- type
dispute_payment_method_details_amazon_pay:
description: ''
properties:
dispute_type:
description: 'The AmazonPay dispute type, chargeback or claim'
enum:
- chargeback
- claim
nullable: true
type: string
required:
- dispute_type
title: DisputePaymentMethodDetailsAmazonPay
type: object
x-expandableFields: []
x-stripeMostCommon:
- dispute_type
dispute_payment_method_details_card:
description: ''
properties:
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11347,6 +11347,8 @@ components:
dispute_payment_method_details:
description: ''
properties:
amazon_pay:
$ref: '#/components/schemas/dispute_payment_method_details_amazon_pay'
card:
$ref: '#/components/schemas/dispute_payment_method_details_card'
klarna:
Expand All @@ -11356,6 +11358,7 @@ components:
type:
description: Payment method type.
enum:
- amazon_pay
- card
- klarna
- paypal
Expand All @@ -11365,9 +11368,23 @@ components:
title: DisputePaymentMethodDetails
type: object
x-expandableFields:
- amazon_pay
- card
- klarna
- paypal
dispute_payment_method_details_amazon_pay:
description: ''
properties:
dispute_type:
description: 'The AmazonPay dispute type, chargeback or claim'
enum:
- chargeback
- claim
nullable: true
type: string
title: DisputePaymentMethodDetailsAmazonPay
type: object
x-expandableFields: []
dispute_payment_method_details_card:
description: ''
properties:
Expand Down

0 comments on commit ff02fc9

Please sign in to comment.