File tree Expand file tree Collapse file tree 2 files changed +126
-0
lines changed Expand file tree Collapse file tree 2 files changed +126
-0
lines changed Original file line number Diff line number Diff line change 64461
64461
"offline": {
64462
64462
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
64463
64463
},
64464
+ "stripe_s700": {
64465
+ "$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
64466
+ },
64464
64467
"tipping": {
64465
64468
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping"
64466
64469
},
64480
64483
"x-expandableFields": [
64481
64484
"bbpos_wisepos_e",
64482
64485
"offline",
64486
+ "stripe_s700",
64483
64487
"tipping",
64484
64488
"verifone_p400"
64485
64489
],
@@ -190231,6 +190235,10 @@
190231
190235
"explode": true,
190232
190236
"style": "deepObject"
190233
190237
},
190238
+ "stripe_s700": {
190239
+ "explode": true,
190240
+ "style": "deepObject"
190241
+ },
190234
190242
"tipping": {
190235
190243
"explode": true,
190236
190244
"style": "deepObject"
@@ -190301,6 +190309,27 @@
190301
190309
],
190302
190310
"description": "Configurations for collecting transactions offline."
190303
190311
},
190312
+ "stripe_s700": {
190313
+ "description": "An object containing device type specific settings for Stripe S700 readers",
190314
+ "properties": {
190315
+ "splashscreen": {
190316
+ "anyOf": [
190317
+ {
190318
+ "type": "string"
190319
+ },
190320
+ {
190321
+ "enum": [
190322
+ ""
190323
+ ],
190324
+ "type": "string"
190325
+ }
190326
+ ],
190327
+ "description": "A File ID representing an image you would like displayed on the reader."
190328
+ }
190329
+ },
190330
+ "title": "stripe_s700",
190331
+ "type": "object"
190332
+ },
190304
190333
"tipping": {
190305
190334
"anyOf": [
190306
190335
{
@@ -190876,6 +190905,10 @@
190876
190905
"explode": true,
190877
190906
"style": "deepObject"
190878
190907
},
190908
+ "stripe_s700": {
190909
+ "explode": true,
190910
+ "style": "deepObject"
190911
+ },
190879
190912
"tipping": {
190880
190913
"explode": true,
190881
190914
"style": "deepObject"
@@ -190956,6 +190989,37 @@
190956
190989
],
190957
190990
"description": "Configurations for collecting transactions offline."
190958
190991
},
190992
+ "stripe_s700": {
190993
+ "anyOf": [
190994
+ {
190995
+ "properties": {
190996
+ "splashscreen": {
190997
+ "anyOf": [
190998
+ {
190999
+ "type": "string"
191000
+ },
191001
+ {
191002
+ "enum": [
191003
+ ""
191004
+ ],
191005
+ "type": "string"
191006
+ }
191007
+ ],
191008
+ "description": "A File ID representing an image you would like displayed on the reader."
191009
+ }
191010
+ },
191011
+ "title": "stripe_s700",
191012
+ "type": "object"
191013
+ },
191014
+ {
191015
+ "enum": [
191016
+ ""
191017
+ ],
191018
+ "type": "string"
191019
+ }
191020
+ ],
191021
+ "description": "An object containing device type specific settings for Stripe S700 readers"
191022
+ },
190959
191023
"tipping": {
190960
191024
"anyOf": [
190961
191025
{
Original file line number Diff line number Diff line change 45119
45119
"offline": {
45120
45120
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
45121
45121
},
45122
+ "stripe_s700": {
45123
+ "$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
45124
+ },
45122
45125
"tipping": {
45123
45126
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping"
45124
45127
},
45136
45139
"x-expandableFields": [
45137
45140
"bbpos_wisepos_e",
45138
45141
"offline",
45142
+ "stripe_s700",
45139
45143
"tipping",
45140
45144
"verifone_p400"
45141
45145
],
@@ -144251,6 +144255,10 @@
144251
144255
"explode": true,
144252
144256
"style": "deepObject"
144253
144257
},
144258
+ "stripe_s700": {
144259
+ "explode": true,
144260
+ "style": "deepObject"
144261
+ },
144254
144262
"tipping": {
144255
144263
"explode": true,
144256
144264
"style": "deepObject"
@@ -144319,6 +144327,26 @@
144319
144327
],
144320
144328
"description": "Configurations for collecting transactions offline."
144321
144329
},
144330
+ "stripe_s700": {
144331
+ "description": "An object containing device type specific settings for Stripe S700 readers",
144332
+ "properties": {
144333
+ "splashscreen": {
144334
+ "anyOf": [
144335
+ {
144336
+ "type": "string"
144337
+ },
144338
+ {
144339
+ "enum": [
144340
+ ""
144341
+ ],
144342
+ "type": "string"
144343
+ }
144344
+ ]
144345
+ }
144346
+ },
144347
+ "title": "stripe_s700",
144348
+ "type": "object"
144349
+ },
144322
144350
"tipping": {
144323
144351
"anyOf": [
144324
144352
{
@@ -144837,6 +144865,10 @@
144837
144865
"explode": true,
144838
144866
"style": "deepObject"
144839
144867
},
144868
+ "stripe_s700": {
144869
+ "explode": true,
144870
+ "style": "deepObject"
144871
+ },
144840
144872
"tipping": {
144841
144873
"explode": true,
144842
144874
"style": "deepObject"
@@ -144915,6 +144947,36 @@
144915
144947
],
144916
144948
"description": "Configurations for collecting transactions offline."
144917
144949
},
144950
+ "stripe_s700": {
144951
+ "anyOf": [
144952
+ {
144953
+ "properties": {
144954
+ "splashscreen": {
144955
+ "anyOf": [
144956
+ {
144957
+ "type": "string"
144958
+ },
144959
+ {
144960
+ "enum": [
144961
+ ""
144962
+ ],
144963
+ "type": "string"
144964
+ }
144965
+ ]
144966
+ }
144967
+ },
144968
+ "title": "stripe_s700",
144969
+ "type": "object"
144970
+ },
144971
+ {
144972
+ "enum": [
144973
+ ""
144974
+ ],
144975
+ "type": "string"
144976
+ }
144977
+ ],
144978
+ "description": "An object containing device type specific settings for Stripe S700 readers"
144979
+ },
144918
144980
"tipping": {
144919
144981
"anyOf": [
144920
144982
{
You can’t perform that action at this time.
0 commit comments