Skip to content

Commit 803a67a

Browse files
Update OpenAPI for 8e98248b32ac08f4cf92e9f3f2bd1bbf4af3ba87
1 parent 440cd50 commit 803a67a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

+18
Original file line numberDiff line numberDiff line change
@@ -8320,6 +8320,12 @@
83208320
"maxLength": 5000,
83218321
"type": "string"
83228322
},
8323+
"brand_product": {
8324+
"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.)",
8325+
"maxLength": 5000,
8326+
"nullable": true,
8327+
"type": "string"
8328+
},
83238329
"country": {
83248330
"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.",
83258331
"maxLength": 5000,
@@ -71689,6 +71695,10 @@
7168971695
"nullable": true,
7169071696
"type": "string"
7169171697
},
71698+
"brand_product": {
71699+
"nullable": true,
71700+
"type": "string"
71701+
},
7169271702
"country": {
7169371703
"nullable": true,
7169471704
"type": "string"
@@ -71765,6 +71775,10 @@
7176571775
"nullable": true,
7176671776
"type": "string"
7176771777
},
71778+
"brand_product": {
71779+
"nullable": true,
71780+
"type": "string"
71781+
},
7176871782
"country": {
7176971783
"nullable": true,
7177071784
"type": "string"
@@ -72238,6 +72252,10 @@
7223872252
"nullable": true,
7223972253
"type": "string"
7224072254
},
72255+
"brand_product": {
72256+
"nullable": true,
72257+
"type": "string"
72258+
},
7224172259
"card": {
7224272260
"nullable": true,
7224372261
"type": "string"

0 commit comments

Comments
 (0)