Skip to content

Commit

Permalink
OpenAPI Update (#1088)
Browse files Browse the repository at this point in the history
Update OpenAPI for bf632b0cbd5add03f42f4609756d538018f2cf87

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 10, 2025
1 parent 3d243da commit 13ced91
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -80045,6 +80045,9 @@
"hkd": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"
},
"jpy": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"
},
"myr": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"
},
Expand Down Expand Up @@ -80078,6 +80081,7 @@
"eur",
"gbp",
"hkd",
"jpy",
"myr",
"nok",
"nzd",
Expand All @@ -80095,6 +80099,7 @@
"eur",
"gbp",
"hkd",
"jpy",
"myr",
"nok",
"nzd",
Expand Down Expand Up @@ -231588,6 +231593,36 @@
"smart_tip_threshold"
]
},
"jpy": {
"description": "Tipping configuration for JPY",
"properties": {
"fixed_amounts": {
"description": "Fixed amounts displayed when collecting a tip",
"items": {
"type": "integer"
},
"type": "array"
},
"percentages": {
"description": "Percentages displayed when collecting a tip",
"items": {
"type": "integer"
},
"type": "array"
},
"smart_tip_threshold": {
"description": "Below this amount, fixed amounts will be displayed; above it, percentages will be displayed",
"type": "integer"
}
},
"title": "currency_specific_config",
"type": "object",
"x-stripeMostCommon": [
"fixed_amounts",
"percentages",
"smart_tip_threshold"
]
},
"myr": {
"description": "Tipping configuration for MYR",
"properties": {
Expand Down Expand Up @@ -231810,6 +231845,7 @@
"eur",
"gbp",
"hkd",
"jpy",
"myr",
"nok",
"nzd",
Expand Down Expand Up @@ -232454,6 +232490,36 @@
"smart_tip_threshold"
]
},
"jpy": {
"description": "Tipping configuration for JPY",
"properties": {
"fixed_amounts": {
"description": "Fixed amounts displayed when collecting a tip",
"items": {
"type": "integer"
},
"type": "array"
},
"percentages": {
"description": "Percentages displayed when collecting a tip",
"items": {
"type": "integer"
},
"type": "array"
},
"smart_tip_threshold": {
"description": "Below this amount, fixed amounts will be displayed; above it, percentages will be displayed",
"type": "integer"
}
},
"title": "currency_specific_config",
"type": "object",
"x-stripeMostCommon": [
"fixed_amounts",
"percentages",
"smart_tip_threshold"
]
},
"myr": {
"description": "Tipping configuration for MYR",
"properties": {
Expand Down Expand Up @@ -232676,6 +232742,7 @@
"eur",
"gbp",
"hkd",
"jpy",
"myr",
"nok",
"nzd",
Expand Down

0 comments on commit 13ced91

Please sign in to comment.