Type of PIN Service.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-pin-request-type-schema.json", "title": "PINRequestType", "description": "Type of PIN Service.", "type": "string", "enum": [ "PINEnter", "PINVerify", "PINVerifyOnly" ] }