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 28, 2023
1 parent 09dc41f commit 9518451
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 0 deletions.
28 changes: 28 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -28798,6 +28798,32 @@
"description": "Whether user redeemable promotion codes are enabled.",
"type": "boolean"
},
"application": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
],
"description": "The ID of the Connect application that created the Payment Link.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
]
}
},
"application_fee_amount": {
"description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account.",
"nullable": true,
Expand Down Expand Up @@ -29058,6 +29084,7 @@
"active",
"after_completion",
"allow_promotion_codes",
"application",
"application_fee_amount",
"application_fee_percent",
"automatic_tax",
Expand Down Expand Up @@ -29089,6 +29116,7 @@
"type": "object",
"x-expandableFields": [
"after_completion",
"application",
"automatic_tax",
"consent_collection",
"custom_fields",
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26422,6 +26422,18 @@ components:
allow_promotion_codes:
description: Whether user redeemable promotion codes are enabled.
type: boolean
application:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
description: The ID of the Connect application that created the Payment Link.
nullable: true
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
application_fee_amount:
description: >-
The amount of the application fee (if any) that will be requested to
Expand Down Expand Up @@ -26649,6 +26661,7 @@ components:
- active
- after_completion
- allow_promotion_codes
- application
- application_fee_amount
- application_fee_percent
- automatic_tax
Expand Down Expand Up @@ -26679,6 +26692,7 @@ components:
type: object
x-expandableFields:
- after_completion
- application
- automatic_tax
- consent_collection
- custom_fields
Expand Down
27 changes: 27 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -21125,6 +21125,32 @@
"description": "Whether user redeemable promotion codes are enabled.",
"type": "boolean"
},
"application": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
],
"description": "The ID of the Connect application that created the Payment Link.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
]
}
},
"application_fee_amount": {
"description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account.",
"nullable": true,
Expand Down Expand Up @@ -21406,6 +21432,7 @@
"type": "object",
"x-expandableFields": [
"after_completion",
"application",
"automatic_tax",
"consent_collection",
"custom_fields",
Expand Down
28 changes: 28 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25154,6 +25154,32 @@
"description": "Whether user redeemable promotion codes are enabled.",
"type": "boolean"
},
"application": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
],
"description": "The ID of the Connect application that created the Payment Link.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/application"
},
{
"$ref": "#/components/schemas/deleted_application"
}
]
}
},
"application_fee_amount": {
"description": "The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account.",
"nullable": true,
Expand Down Expand Up @@ -25414,6 +25440,7 @@
"active",
"after_completion",
"allow_promotion_codes",
"application",
"application_fee_amount",
"application_fee_percent",
"automatic_tax",
Expand Down Expand Up @@ -25445,6 +25472,7 @@
"type": "object",
"x-expandableFields": [
"after_completion",
"application",
"automatic_tax",
"consent_collection",
"custom_fields",
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23165,6 +23165,18 @@ components:
allow_promotion_codes:
description: Whether user redeemable promotion codes are enabled.
type: boolean
application:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
description: The ID of the Connect application that created the Payment Link.
nullable: true
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
application_fee_amount:
description: >-
The amount of the application fee (if any) that will be requested to
Expand Down Expand Up @@ -23392,6 +23404,7 @@ components:
- active
- after_completion
- allow_promotion_codes
- application
- application_fee_amount
- application_fee_percent
- automatic_tax
Expand Down Expand Up @@ -23422,6 +23435,7 @@ components:
type: object
x-expandableFields:
- after_completion
- application
- automatic_tax
- consent_collection
- custom_fields
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19895,6 +19895,18 @@ components:
allow_promotion_codes:
description: Whether user redeemable promotion codes are enabled.
type: boolean
application:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
description: The ID of the Connect application that created the Payment Link.
nullable: true
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/application'
- $ref: '#/components/schemas/deleted_application'
application_fee_amount:
description: >-
The amount of the application fee (if any) that will be requested to
Expand Down Expand Up @@ -20142,6 +20154,7 @@ components:
type: object
x-expandableFields:
- after_completion
- application
- automatic_tax
- consent_collection
- custom_fields
Expand Down

0 comments on commit 9518451

Please sign in to comment.