We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c3406 commit cc25806Copy full SHA for cc25806
oas/checkout/openapi.yaml
@@ -1448,6 +1448,8 @@ components:
1448
format: "int32"
1449
currencyCode:
1450
type: "string"
1451
+ CountryCode:
1452
+ type: "string"
1453
CreatedBy:
1454
type: "object"
1455
properties:
@@ -1459,6 +1461,8 @@ components:
1459
1461
$ref: '#/components/schemas/Reference'
1460
1462
anonymousId:
1463
1464
+ CurrencyCode:
1465
1466
LastModifiedBy:
1467
1468
@@ -1478,6 +1482,8 @@ components:
1478
1482
1479
1483
isPlatformClient:
1480
1484
type: "boolean"
1485
+ Locale:
1486
1481
1487
LocalizedString:
1488
1489
required:
0 commit comments