Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #1088

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading