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 12, 2023
1 parent 198f916 commit e484958
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -32164,6 +32164,12 @@
"payment_method_details_afterpay_clearpay": {
"description": "",
"properties": {
"order_id": {
"description": "The Afterpay order ID associated with this payment intent.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"reference": {
"description": "Order identifier shown to the merchant in Afterpay’s online portal.",
"maxLength": 5000,
Expand All @@ -32172,6 +32178,7 @@
}
},
"required": [
"order_id",
"reference"
],
"title": "payment_method_details_afterpay_clearpay",
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 @@ -29272,12 +29272,18 @@ components:
payment_method_details_afterpay_clearpay:
description: ''
properties:
order_id:
description: The Afterpay order ID associated with this payment intent.
maxLength: 5000
nullable: true
type: string
reference:
description: Order identifier shown to the merchant in Afterpay’s online portal.
maxLength: 5000
nullable: true
type: string
required:
- order_id
- reference
title: payment_method_details_afterpay_clearpay
type: object
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23300,6 +23300,12 @@
"payment_method_details_afterpay_clearpay": {
"description": "",
"properties": {
"order_id": {
"description": "The Afterpay order ID associated with this payment intent.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"reference": {
"description": "Order identifier shown to the merchant in Afterpay’s online portal.",
"maxLength": 5000,
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -28153,6 +28153,12 @@
"payment_method_details_afterpay_clearpay": {
"description": "",
"properties": {
"order_id": {
"description": "The Afterpay order ID associated with this payment intent.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"reference": {
"description": "Order identifier shown to the merchant in Afterpay’s online portal.",
"maxLength": 5000,
Expand All @@ -28161,6 +28167,7 @@
}
},
"required": [
"order_id",
"reference"
],
"title": "payment_method_details_afterpay_clearpay",
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25688,12 +25688,18 @@ components:
payment_method_details_afterpay_clearpay:
description: ''
properties:
order_id:
description: The Afterpay order ID associated with this payment intent.
maxLength: 5000
nullable: true
type: string
reference:
description: Order identifier shown to the merchant in Afterpay’s online portal.
maxLength: 5000
nullable: true
type: string
required:
- order_id
- reference
title: payment_method_details_afterpay_clearpay
type: object
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21754,6 +21754,11 @@ components:
payment_method_details_afterpay_clearpay:
description: ''
properties:
order_id:
description: The Afterpay order ID associated with this payment intent.
maxLength: 5000
nullable: true
type: string
reference:
description: Order identifier shown to the merchant in Afterpay’s online portal.
maxLength: 5000
Expand Down

0 comments on commit e484958

Please sign in to comment.