Skip to content

Commit

Permalink
Update OpenAPI for 8e98248b32ac08f4cf92e9f3f2bd1bbf4af3ba87
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 7, 2025
1 parent 440cd50 commit 803a67a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8320,6 +8320,12 @@
"maxLength": 5000,
"type": "string"
},
"brand_product": {
"description": "The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"country": {
"description": "Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.",
"maxLength": 5000,
Expand Down Expand Up @@ -71689,6 +71695,10 @@
"nullable": true,
"type": "string"
},
"brand_product": {
"nullable": true,
"type": "string"
},
"country": {
"nullable": true,
"type": "string"
Expand Down Expand Up @@ -71765,6 +71775,10 @@
"nullable": true,
"type": "string"
},
"brand_product": {
"nullable": true,
"type": "string"
},
"country": {
"nullable": true,
"type": "string"
Expand Down Expand Up @@ -72238,6 +72252,10 @@
"nullable": true,
"type": "string"
},
"brand_product": {
"nullable": true,
"type": "string"
},
"card": {
"nullable": true,
"type": "string"
Expand Down

0 comments on commit 803a67a

Please sign in to comment.