You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded/openapi/spec3.beta.sdk.json
+18
Original file line number
Diff line number
Diff line change
@@ -8320,6 +8320,12 @@
8320
8320
"maxLength": 5000,
8321
8321
"type": "string"
8322
8322
},
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
+
},
8323
8329
"country": {
8324
8330
"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.",
0 commit comments