We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c7fe2 commit 762befbCopy full SHA for 762befb
embedded/openapi/spec3.beta.sdk.json
@@ -11967,6 +11967,11 @@
11967
"maxLength": 5000,
11968
"type": "string"
11969
},
11970
+ "created": {
11971
+ "description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
11972
+ "format": "unix-time",
11973
+ "type": "integer"
11974
+ },
11975
"customer": {
11976
"anyOf": [
11977
{
@@ -12005,6 +12010,7 @@
12005
12010
12006
12011
"required": [
12007
12012
"client_secret",
12013
+ "created",
12008
12014
"customer",
12009
12015
"expires_at",
12016
"livemode",
0 commit comments