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 62efc68 commit f5a8a5b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42062,6 +42062,12 @@
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"brand": {
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
"maxLength": 5000,
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38178,6 +38178,11 @@ components:
description: The authorized amount.
nullable: true
type: integer
authorization_code:
description: Authorization code on the charge.
maxLength: 5000
nullable: true
type: string
brand:
description: >-
Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`,
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29879,6 +29879,12 @@
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"brand": {
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
"maxLength": 5000,
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36484,6 +36484,12 @@
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"brand": {
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
"maxLength": 5000,
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33222,6 +33222,11 @@ components:
description: The authorized amount.
nullable: true
type: integer
authorization_code:
description: Authorization code on the charge.
maxLength: 5000
nullable: true
type: string
brand:
description: >-
Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`,
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27997,6 +27997,11 @@ components:
description: The authorized amount.
nullable: true
type: integer
authorization_code:
description: Authorization code on the charge.
maxLength: 5000
nullable: true
type: string
brand:
description: >-
Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`,
Expand Down

0 comments on commit f5a8a5b

Please sign in to comment.