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 Dec 19, 2023
1 parent 3b31e4f commit a154bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -37183,13 +37183,7 @@
"description": "",
"properties": {
"issuer": {
"anyOf": [
{
"$ref": "#/components/schemas/connect_account_reference"
}
],
"description": "The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.",
"nullable": true
"$ref": "#/components/schemas/connect_account_reference"
}
},
"title": "PaymentLinksResourceSubscriptionDataInvoiceSettings",
Expand Down
8 changes: 1 addition & 7 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33407,13 +33407,7 @@ components:
description: ''
properties:
issuer:
anyOf:
- $ref: '#/components/schemas/connect_account_reference'
description: >-
The connected account that issues the invoice. The invoice is
presented with the branding and support information of the specified
account.
nullable: true
$ref: '#/components/schemas/connect_account_reference'
title: PaymentLinksResourceSubscriptionDataInvoiceSettings
type: object
x-expandableFields:
Expand Down

0 comments on commit a154bf7

Please sign in to comment.