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 23, 2024
1 parent cc1036a commit e97039c
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 6 deletions.
12 changes: 11 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -41817,7 +41817,17 @@
},
"payment_method_details_affirm": {
"description": "",
"properties": {},
"properties": {
"transaction_id": {
"description": "The Affirm transaction ID associated with this payment.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"transaction_id"
],
"title": "payment_method_details_affirm",
"type": "object",
"x-expandableFields": []
Expand Down
9 changes: 8 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37986,7 +37986,14 @@ components:
x-expandableFields: []
payment_method_details_affirm:
description: ''
properties: {}
properties:
transaction_id:
description: The Affirm transaction ID associated with this payment.
maxLength: 5000
nullable: true
type: string
required:
- transaction_id
title: payment_method_details_affirm
type: object
x-expandableFields: []
Expand Down
9 changes: 8 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29662,7 +29662,14 @@
},
"payment_method_details_affirm": {
"description": "",
"properties": {},
"properties": {
"transaction_id": {
"description": "The Affirm transaction ID associated with this payment.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "payment_method_details_affirm",
"type": "object",
"x-expandableFields": []
Expand Down
12 changes: 11 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36239,7 +36239,17 @@
},
"payment_method_details_affirm": {
"description": "",
"properties": {},
"properties": {
"transaction_id": {
"description": "The Affirm transaction ID associated with this payment.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"transaction_id"
],
"title": "payment_method_details_affirm",
"type": "object",
"x-expandableFields": []
Expand Down
9 changes: 8 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33030,7 +33030,14 @@ components:
x-expandableFields: []
payment_method_details_affirm:
description: ''
properties: {}
properties:
transaction_id:
description: The Affirm transaction ID associated with this payment.
maxLength: 5000
nullable: true
type: string
required:
- transaction_id
title: payment_method_details_affirm
type: object
x-expandableFields: []
Expand Down
7 changes: 6 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27828,7 +27828,12 @@ components:
x-expandableFields: []
payment_method_details_affirm:
description: ''
properties: {}
properties:
transaction_id:
description: The Affirm transaction ID associated with this payment.
maxLength: 5000
nullable: true
type: string
title: payment_method_details_affirm
type: object
x-expandableFields: []
Expand Down

0 comments on commit e97039c

Please sign in to comment.