{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-mobile-data-structure.json", "description": "Mobile phone is used as a payment instrument for the transaction. Information related to the mobile for the payment transaction.", "type": "object", "properties": { "MobileCountryCode": { "type": "int32", "minimum": 3, "maximum": 3, "description": "If data available." }, "MobileNetworkCode": { "type": "int32", "minimum": 2, "maximum": 3, "description": "If data available." }, "MaskedMSISDN": { "type": "int32", "description": "If data available." }, "Geolocation": { "$ref": "#/components/schemas/Geolocation" }, "ProtectedMobileData": { "type": "string", "description": "SensitiveMobileData." }, "SensitiveMobileData": { "$ref": "#/components/schemas/SensitiveMobileData" } }, "name": "MobileData" }