{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MigratedStores", "title": "MigratedStores", "properties": { "businessLineId": { "description": "The unique identifier of the business line associated with the migrated account holder in the balance platform.", "type": "string" }, "storeCode": { "description": "The unique identifier of the store associated with the migrated account holder in the classic integration.", "type": "string" }, "storeId": { "description": "The unique identifier of the store associated with the migrated account holder in the balance platform.", "type": "string" }, "storeReference": { "description": "Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description.", "type": "string" } }, "type": "object" }